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