]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / note-head-chord.ly
index 447b83f720982a2174bfd7b3ae79f4bcfe32ccad..2059cebd096c9a6a518e9b34d5326ba114a3041b 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.16"
+
+\version "2.1.22"
 
 \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.
 
 }
 
+    \paper { 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
+        \context Voice {
+            <g a c>4
+            <c d g a>
+            <c d e >
+            <c c g>
+            <c d f g>1
     }}
-%% new-chords-done %%
+