]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / note-head-chord.ly
index bfdd455cbddc1911abc25e8eb4e89cf782b31829..0cc5d22522943ab1d61bf22bb9613ffd8c6fde11 100644 (file)
@@ -1,16 +1,21 @@
 
+\version "2.16.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.
 "
 
 }
 
-\score { \notes \relative c''
-        \context Thread {
-            <g4 a c>
-            <c d g a>
-            <c d e >
-            <c c g>
-            <c1 d f g>
-    }}
+\layout { ragged-right= ##t }
+
+\relative c''
+\context Voice {
+  <g a c>4
+  <c d g a>
+  <c d e >
+  <c c g>
+  <c d f g>1
+}
+