]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / note-head-chord.ly
index f932fe136dec3edce631b766c0f731f79b7a54ba..324f3a146a46e6425d8e07517a6ef081fab3bf22 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.2"
+\version "2.4.0"
 
 \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
     }}