]> 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 df002efdf89754d9988519dda26e050da46df52a..2059cebd096c9a6a518e9b34d5326ba114a3041b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.1"
+\version "2.1.22"
 
 \header {
     texidoc = "Note heads are flipped on the stem to prevent collisions.
@@ -11,11 +11,11 @@ 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
     }}