]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-heads.ly
* scripts/lilypond-book.py (output_dict): remove support for the
[lilypond.git] / input / regression / collision-heads.ly
index 627fcbd231f1ae3bb0b46cd4b6ce298d92e8e965..545a31a978b2777fe25efba975fc5697db6b19fe 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+#(ly:set-option 'old-relative)
+\version "1.9.4"
 \header {
     texidoc =
 
@@ -8,8 +9,11 @@ if the black note heads are from 8th or shorter notes.
 "
     
 }
-\score { \notes \context Staff\relative c''<
-\context Voice = VA {
+    \paper { raggedright= ##t }
+
+
+\score { \notes \context Staff\relative c''<<
+\new Voice {
     \voiceOne
     c2 c8 c4.
     
@@ -18,7 +22,7 @@ if the black note heads are from 8th or shorter notes.
     c8 c4.
     c2
 }
-\context Voice = VB {
+\new Voice {
     \voiceTwo
     c8 c4.
     c2
@@ -26,5 +30,5 @@ if the black note heads are from 8th or shorter notes.
     c2
     c4
 }
-    >
+    >>
         }