Warn about missing repeat: Difference between revisions

mNo edit summary
mNo edit summary
Line 36: Line 36:
     \repeat volta 2 { c' c' c' }
     \repeat volta 2 { c' c' c' }
     \repeat volta 2 {
     \repeat volta 2 {
       d
       d'
     }
     }
   }
   }
Line 43: Line 43:
     \repeat volta 2 { c' c' c' }
     \repeat volta 2 { c' c' c' }
     % \repeat volta 2 { % Typo! Missing repeat, which normally is not detected
     % \repeat volta 2 { % Typo! Missing repeat, which normally is not detected
     e
     e'
     % }
     % }
   }
   }