]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / note-head-chord.ly
index 2c9ec9dbd845353dc48e71dec3c19f25dcf10977..324f3a146a46e6425d8e07517a6ef081fab3bf22 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.4.0"
 
 \header {
     texidoc = "Note heads are flipped on the stem to prevent collisions.
@@ -7,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
     }}