]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-unequal-lengths.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-unequal-lengths.ly
1 \version "2.19.28"
2
3 \header {
4   texidoc ="The part combiner can combine parts of unequal lengths."
5 }
6
7 \layout { ragged-right = ##t }
8
9 \new Staff { %% based on the example in Issue 913
10   c'1
11   \partcombine { e' r } { c' }
12   \partcombine { b' } {}
13   \partcombine {} { f' }
14 }