]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-2.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / collision-2.ly
1 \version "2.11.51"
2 \header {
3 texidoc = "Single head notes may collide. "
4 }
5
6 \layout { ragged-right= ##t }
7
8
9 \context Staff  \transpose c c' <<  
10   {  c4 d e f g2 g4 a | }  \\
11   { g4 f e g  g2 g2 } 
12 >>
13
14