]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/harp-pedals-sanity-checks.ly
Add support for max-systems-per-page.
[lilypond.git] / input / regression / harp-pedals-sanity-checks.ly
1 \version "2.11.57"
2
3 \header {
4   texidoc = "The harp-pedal markup function does some sanity checks. All 
5 the diagrams here violate the standard (7 pedals with divider after third), so
6 a warning is printed out, but they should still look okay."
7 }
8
9 \relative c'' {
10   % Sanity checks: #pedals != 7:
11   c1^\markup \harp-pedal #"^-v|--"
12   % Sanity checks: no divider, multiple dividers, divider on wrong position:
13   c1^\markup \harp-pedal #"^-v--v^"
14   c1^\markup \harp-pedal #"^|-v|--|v^"
15   c1^\markup \harp-pedal #"^-v-|-v^"
16 }