]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / collision-2.ly
index e97ea89dbafc1ca1ae7b4e1d763cc60627b13e78..c13da9edef30f0b3d0063dafb1890deb24f33e11 100644 (file)
@@ -1,13 +1,17 @@
-\version "1.5.68"
+\version "2.4.0"
+\header {
+texidoc = "Single head notes may collide. "
+}
+    \layout { 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  \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
+