]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / note-head-chord.ly
index 5be5123953f1d51f923fa5f36f27d23cc1f50fdf..cf68bae01bbe982de6f320b8bc75c602b6cad09d 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "2.1.7"
+\version "2.12.0"
 
 \header {
-    texidoc = "Note heads are flipped on the stem to prevent collisions.
+  texidoc = "Note heads are flipped on the stem to prevent collisions.
 It also works for whole heads that have invisible stems.
 "
 
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##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
-    }}
+\relative c''
+\context Voice {
+  <g a c>4
+  <c d g a>
+  <c d e >
+  <c c g>
+  <c d f g>1
+}