]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / note-head-chord.ly
index f2609c4a7a27e2d169d66c40be68e9203d7453bf..8214d8c8327539c6ccfe5ef74a679c3b47ce67e8 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "1.9.8"
+\version "2.14.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
+}