Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / grace-staff-length.ly
blob319cac2240742b82ff0d0b22ada35bbdc2a5df7c
1 \version "2.12.0"
2 \header{
3 texidoc = "Stripped version of trip.ly. Staves should be of correct length."
6 \layout { ragged-right= ##t }
9 \context PianoStaff \relative c'' <<
10 \new Staff {
13 \bar "|."
15 \new Staff {
17 \context Staff {
18 \grace { c16 } c1
21 >>
22 \layout { }