]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-part-combine.ly
* lily/grob.cc (programming_error): add Grob::programming_error with
[lilypond.git] / input / regression / grace-part-combine.ly
1 \header {
2     texidoc = "partcombiner and grace notes can go together"
3 }
4
5 \score {
6     \context StaffGroup = group <
7         \context Staff = instrument <
8             \context Voice=one \partcombine Voice
9             \context Thread=one \notes \relative c'' {
10                 c4 d e f  \grace f16 g1
11             }
12             \context Thread=two \notes \relative c' {
13                 c4 d e2  g1
14             }
15         >
16     >
17 }