]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-2.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / collision-2.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "Collisions for single head notes. "
4 }
5
6 \score {
7     \notes
8
9   \context Staff \notes \transpose c c' <  
10         {  c4 d e f g2 g4 a | }  \\
11         { g4 f e g  g2 g2 } 
12   >
13 }
14
15 %% new-chords-done %%