]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / collision-2.ly
index 04b9f80c94db9c8df63de4d5edf0b47df2ddc792..e6317fa4ecc738bcfebfb12b85e146553b004583 100644 (file)
@@ -1,9 +1,14 @@
+\version "2.12.0"
+\header {
+texidoc = "Single head notes may collide. "
+}
+
+\layout { ragged-right= ##t }
+
+
+\context Staff  \transpose c c' <<  
+  {  c4 d e f g2 g4 a | }  \\
+  { g4 f e g  g2 g2 } 
+>>
 
-\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 } 
->}
-}