]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-staff-length.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / grace-staff-length.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.2"
3 \header{
4 texidoc = "Stripped version of trip.ly.  Staffs should be of correct length."
5 }
6
7     \paper { raggedright= ##t }
8
9 \score{
10   \context PianoStaff \notes \relative c'' <
11     \new Staff {
12        r1
13        r1
14        \bar "|."
15     }
16     \new Staff {
17       r1
18       \context Staff {
19         \grace { c16 } c1
20       }
21     }
22   > 
23   \paper { }
24 }
25