]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-part-combine.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[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     \paper { raggedright= ##t }
6
7 \score {
8     \context StaffGroup = group <
9         \context Staff = instrument <
10             \context Voice=one \partcombine Voice
11             \context Thread=one \notes \relative c'' {
12                 c4 d e f  \grace f16 g1
13             }
14             \context Thread=two \notes \relative c' {
15                 c4 d e2  g1
16             }
17         >
18     >
19 }
20