]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / note-head-chord.ly
index df002efdf89754d9988519dda26e050da46df52a..e345473567ef48b76af6c427601a0ac04c9f3f15 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "1.9.1"
+\version "2.19.21"
 
 \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
+\context Voice {
+  <g' a c>4
+  <c d g a>
+  <c d e >
+  <c c g>
+  <c d f g>1
+}