Warn about missing repeat: Difference between revisions
m Hopefully this works as it should (still trying to learn). |
m Added minor comment in the example |
||
| Line 42: | Line 42: | ||
c'1 | c'1 | ||
\repeat volta 2 { c' c' c' } | \repeat volta 2 { c' c' c' } | ||
% \repeat volta 2 { | % \repeat volta 2 { % Typo! Missing repeat, which normally is not detected. | ||
e | e | ||
% } | % } | ||