]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-2.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / collision-2.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "Collisions for single head notes. "
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