X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcompletion-heads.ly;h=31f644f75e10c82b68ff80406340586fe06fc7cd;hb=8a459d03defc8f6746d90147972f8debec9b04da;hp=548866954a860610a9b7bf31b471812b239b30b9;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/completion-heads.ly b/input/regression/completion-heads.ly index 548866954a..31f644f75e 100644 --- a/input/regression/completion-heads.ly +++ b/input/regression/completion-heads.ly @@ -1,31 +1,21 @@ - -\version "1.9.4" +\version "2.14.0" \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 }