]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-part-combine.ly
* Website fixes:
[lilypond.git] / input / regression / grace-part-combine.ly
1 \version "1.7.18"
2 \header {
3     texidoc = "partcombiner and grace notes can go together"
4 }
5
6 \score {
7     \context StaffGroup = group <
8         \context Staff = instrument <
9             \context Voice=one \partcombine Voice
10             \context Thread=one \notes \relative c'' {
11                 c4 d e f  \grace f16 g1
12             }
13             \context Thread=two \notes \relative c' {
14                 c4 d e2  g1
15             }
16         >
17     >
18 }
19 %% new-chords-done %%