]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-cross.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / part-combine-cross.ly
1
2 \header {
3     texidoc ="The part combiner stays apart for crossing voices.
4 "
5     }
6
7 \version "2.3.22"
8
9 vone =  \relative a' { g4 g f f e e d d }
10 vtwo =  \relative a' { e4 e f f g g a a }
11
12 \score {
13    \partcombine \vone \vtwo
14    \layout { raggedright = ##t } 
15 }
16