]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-inside-grace.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / part-combine-inside-grace.ly
1 \header {
2     texidoc = "The notes of the first chord share a stem but the notes of the second chord do not."
3 }
4
5 \version "2.19.22"
6 \layout { ragged-right = ##t }
7
8 \score {
9   \context Voice = "v" {
10     r2
11     \grace { \partcombine \relative { e'16 e }
12                           \relative { c'16 f } }
13     c'2
14   }
15 }