]> 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 bfdd455cbddc1911abc25e8eb4e89cf782b31829..324f3a146a46e6425d8e07517a6ef081fab3bf22 100644 (file)
@@ -1,4 +1,6 @@
 
+\version "2.4.0"
+
 \header {
     texidoc = "Note heads are flipped on the stem to prevent collisions.
 It also works for whole heads that have invisible stems.
@@ -6,11 +8,14 @@ It also works for whole heads that have invisible stems.
 
 }
 
-\score { \notes \relative c''
-        \context Thread {
-            <g4 a c>
+    \layout { raggedright= ##t }
+
+\score {  \relative c''
+        \context Voice {
+            <g a c>4
             <c d g a>
             <c d e >
             <c c g>
-            <c1 d f g>
+            <c d f g>1
     }}
+