]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / note-head-chord.ly
index df002efdf89754d9988519dda26e050da46df52a..afff8d7b769f5445a081f05fe5a59a4508c3f7bf 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.1"
+\version "2.3.22"
 
 \header {
     texidoc = "Note heads are flipped on the stem to prevent collisions.
@@ -8,14 +8,14 @@ It also works for whole heads that have invisible stems.
 
 }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
-\score { \notes \relative c''
-        \context Thread {
-            <<g a c>>4
-            <<c d g a>>
-            <<c d e >>
-            <<c c g>>
-            <<c d f g>>1
+\score {  \relative c''
+        \context Voice {
+            <g a c>4
+            <c d g a>
+            <c d e >
+            <c c g>
+            <c d f g>1
     }}