]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-with-grace.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-with-grace.ly
1 \header {
2     texidoc = "Grace notes in parts are combined."
3 }
4
5 \version "2.19.22"
6 \layout { ragged-right = ##t }
7
8 \score {
9   \new Voice = "v" {
10     r2
11     \partcombine { \grace g'8 e'4 \grace g'8 e'4 }
12                  { \grace e'8 c'4 \grace e'8 c'4 }
13   }
14 }