]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-part-combine.ly
673dc5e1ac53b8c98a89dfe677321f836bbfadcc
[lilypond.git] / input / regression / grace-part-combine.ly
1
2 \version "2.1.26"
3 \header {
4     texidoc = "Grace notes may be put in a @code{partcombine}r."
5 }
6
7 \paper { raggedright= ##t }
8
9 \score {
10     \new Staff
11             \partcombine 
12              \notes \relative c'' {
13                 c4 d e f  \grace f16 g1
14             }
15              \notes \relative c' {
16                 c4 d e2  g1
17             }
18         
19     
20 }
21