]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-2.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / collision-2.ly
1 \version "2.3.22"
2 \header {
3 texidoc = "Single head notes may collide. "
4 }
5     \layout { raggedright= ##t }
6
7
8 \score {
9     
10
11   \context Staff  \transpose c c' <<  
12         {  c4 d e f g2 g4 a | }  \\
13         { g4 f e g  g2 g2 } 
14   >>
15 }
16
17