]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / collision-2.ly
index 9a433785009baa2ab8c392a1d47a3b7a918c8860..a41f71a6420e721245b2c590ad02e6fb5183538e 100644 (file)
@@ -1,13 +1,17 @@
-\version "1.7.6"
+\version "2.1.7"
+\header {
+texidoc = "Collisions for single head notes. "
+}
+    \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
+