]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-staff-length.ly
668e38c20a5c6f3ec6dab061a6dea54f54b52b6a
[lilypond.git] / input / regression / grace-staff-length.ly
1 \version "2.1.26"
2 \header{
3 texidoc = "Stripped version of trip.ly.  Staves should be of correct length."
4 }
5
6     \paper { raggedright= ##t }
7
8 \score{
9   \context PianoStaff \notes \relative c'' <<
10     \new Staff {
11        r1
12        r1
13        \bar "|."
14     }
15     \new Staff {
16       r1
17       \context Staff {
18         \grace { c16 } c1
19       }
20     }
21   >> 
22   \paper { }
23 }
24