]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / note-head-chord.ly
index 447b83f720982a2174bfd7b3ae79f4bcfe32ccad..564adec6d78ce934fc34c2d6c91e4249013959c0 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.16"
+
+\version "2.3.16"
 
 \header {
     texidoc = "Note heads are flipped on the stem to prevent collisions.
@@ -7,12 +8,14 @@ It also works for whole heads that have invisible stems.
 
 }
 
-\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
+    \paper { raggedright= ##t }
+
+\score {  \relative c''
+        \context Voice {
+            <g a c>4
+            <c d g a>
+            <c d e >
+            <c c g>
+            <c d f g>1
     }}
-%% new-chords-done %%
+