]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-staff-length.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / grace-staff-length.ly
1 \version "2.16.0"
2 \header{
3   texidoc = "Stripped version of trip.ly.  Staves should be of correct length."
4 }
5
6 \layout { ragged-right= ##t }
7
8
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