]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
Run convert-ly on input/lsr and input/regression
[lilypond.git] / input / regression / note-head-chord.ly
index 239cc22dac4b668d41406aee3a4b18cb2c772777..73a7ff8ebae9f47ebece46d9c3998573a6c3b6ef 100644 (file)
@@ -1,18 +1,21 @@
-\version "1.7.18"
+
+\version "2.11.51"
 
 \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 {
-            <<g a c>>4
-            <<c d g a>>
-            <<c d e >>
-            <<c c g>>
-            <<c d f g>>1
-    }}
-%% new-chords-done %%
+\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
+}
+