]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-staff-length.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / grace-staff-length.ly
1 \version "2.3.22"
2 \header{
3 texidoc = "Stripped version of trip.ly.  Staves should be of correct length."
4 }
5
6     \layout { raggedright= ##t }
7
8 \score{
9   \context PianoStaff  \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   \layout { }
23 }
24