]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-staff-length.ly
`bug'fix: a colon `:' is added (only) after a sentence which is complete;
[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
6     \paper { raggedright= ##t }
7
8 \score{
9   \context PianoStaff \notes \relative c'' <
10     \context Staff = treble {
11        r1
12        r1
13        \bar "|."
14     }
15     \context Staff = bass {
16       r1
17       \context Staff {
18         \grace { c16 } c1
19       }
20     }
21   > 
22   \paper { }
23 }
24