]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-staff-length.ly
* Website fixes:
[lilypond.git] / input / regression / grace-staff-length.ly
1 \version "1.7.18"
2 \header{
3 texidoc = "Stripped version of trip.ly.  Staffs should be of correct length."
4 }
5 \score{
6   \context PianoStaff \notes <
7     \context Staff = treble {
8        r1
9        r1
10        \bar "|."
11     }
12     \context Staff = bass {
13       r1
14       \context Staff {
15         \grace { c16 } c1
16       }
17     }
18   > 
19   \paper { }
20 }
21 %% new-chords-done %%