Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / harp-pedals.ly
blob7d7e36c5af6ac79d0e1ce611e50f1bfb8f43f22b
1 \version "2.12.0"
3 #(ly:set-option 'warning-as-error #f)
5 \header {
6 texidoc = "Basic harp diagram functionality, including circled pedal boxes.
7 The third diagram uses an empty string, the third contains invalid characters.
8 Both cases will create warnings, but should still not fail with an error."
11 \relative c'' {
12 c1^\markup \harp-pedal #"^v-|vv-^"
13 % circled boxes:
14 c1^\markup \harp-pedal #"o^ovo-|vovo-o^"
15 % invalid pedal specifications, which still should be handled gracefully:
16 c1^\markup \harp-pedal #""
17 c1^\markup \harp-pedal #"asfdvx" %\break