Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / harp-pedals-sanity-checks.ly
blob60ba82177413afb210299b83a65f2319a287d3ad
1 \version "2.12.0"
3 #(ly:set-option 'warning-as-error #f)
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."
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^"