X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcompletion-heads.ly;h=ad2c64435e8cdba4b5296be81c7e7d7eaeaf0cf6;hb=564a25588396072a21c2c08abc5b5ce432a9ae42;hp=4111eb0ffaf6b73835e83b1139c246a86aaea386;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/completion-heads.ly b/input/regression/completion-heads.ly index 4111eb0ffa..ad2c64435e 100644 --- a/input/regression/completion-heads.ly +++ b/input/regression/completion-heads.ly @@ -1,31 +1,21 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" +\version "2.11.51" \header{ texidoc=" -If the Note_heads_engraver is replaced by the -@code{Completion_heads_engraver}, notes that cross bar lines are split -into tied notes. +If the @code{Note_heads_engraver} is replaced by the @code{Completion_heads_engraver}, notes that cross bar lines are split into tied notes. " } -\paper { raggedright= ##t } +\layout { ragged-right= ##t } - -\score{ - \notes\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 c8 c2 b4 a g16 f4 e d c8. c2 - } - \paper{ - \translator{ - \ThreadContext - \remove "Note_heads_engraver" - \consists "Completion_heads_engraver" - } - } + c2. c8 d4 e f g a b c2.. b8 a g16 f4 e d c8. c2 }