]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
Making flat flags available
[lilypond.git] / input / regression / note-head-chord.ly
index 0e7b16b810b83faff11219cb2a6d97d2e0af998e..0cc5d22522943ab1d61bf22bb9613ffd8c6fde11 100644 (file)
@@ -1,21 +1,21 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\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.
 "
 
 }
 
-    \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
+}