]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
* input/regression/{many}.ly: improve descriptions: use complete
[lilypond.git] / input / regression / collision-2.ly
index e97ea89dbafc1ca1ae7b4e1d763cc60627b13e78..54a5671b717ea82bb1710c99b6156302bc64b15d 100644 (file)
@@ -1,13 +1,17 @@
-\version "1.5.68"
+\version "2.1.22"
+\header {
+texidoc = "Single head notes may collide. "
+}
+    \paper { raggedright= ##t }
+
 
 \score {
     \notes
 
-  \context Staff \notes <  
-      %% the f and g on 4th beat are exceptionally ugh.
-      \context Voice=i { \stemUp c4 d e f g2 g4 a | }
-      \context Voice=ii { \stemDown g4 f e g  g2 g2 } 
-  >
+  \context Staff \notes \transpose c c' <<  
+       {  c4 d e f g2 g4 a | }  \\
+       { g4 f e g  g2 g2 } 
+  >>
 }
 
-%% new-chords-done %%
\ No newline at end of file
+