]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
Doc-es: various updates.
[lilypond.git] / input / regression / completion-heads.ly
index 509ca914dad5ce20abc0a1b3aed7a15e00fbffbf..ac7753e2443960077d61d53030aff8515e8f0107 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.16.0"
 
 \header{
 texidoc="
@@ -8,19 +8,14 @@ If the @code{Note_heads_engraver} is replaced by the @code{Completion_heads_engr
 "
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-
-\relative c'{
+\new Voice \with {
+    \remove "Note_heads_engraver"
+    \consists "Completion_heads_engraver"
+} \relative c'{
   \time 2/4
 
   c2. c8 d4 e f g a b c2.. b8 a g16 f4 e d c8. c2 
 }
-\layout{
-  \context{
-    \Voice
-    \remove "Note_heads_engraver"
-    \consists "Completion_heads_engraver"
-  }
-}