]> 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 2c9ec9dbd845353dc48e71dec3c19f25dcf10977..cf68bae01bbe982de6f320b8bc75c602b6cad09d 100644 (file)
@@ -1,20 +1,21 @@
-\version "1.7.18"
+
+\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
+}