]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/harp-pedals-sanity-checks.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / harp-pedals-sanity-checks.ly
1 \version "2.14.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   \override Score.PaperColumn #'keep-inside-line = ##f
13   % Sanity checks: #pedals != 7:
14   c1^\markup \harp-pedal #"^-v|--"
15   % Sanity checks: no divider, multiple dividers, divider on wrong position:
16   c1^\markup \harp-pedal #"^-v--v^"
17   c1^\markup \harp-pedal #"^|-v|--|v^"
18   c1^\markup \harp-pedal #"^-v-|-v^"
19 }