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