X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcompletion-heads-polyphony.ly;h=e8873c6881e8d670e764e3d6081f9823e21f9055;hb=2f7de62c4aae9fca03fd754a9f44ff02a272eb30;hp=d5fe97d6f0c6b612aeb5007be2096833b6b6f551;hpb=8842378bd0fed31bb365c1c8042519df06d14b9a;p=lilypond.git diff --git a/input/regression/completion-heads-polyphony.ly b/input/regression/completion-heads-polyphony.ly index d5fe97d6f0..e8873c6881 100644 --- a/input/regression/completion-heads-polyphony.ly +++ b/input/regression/completion-heads-polyphony.ly @@ -1,4 +1,4 @@ -\version "2.1.29" +\version "2.16.0" \header { texidoc = "Completion heads are broken across bar lines. This was @@ -8,17 +8,15 @@ Completion heads are not fooled by polyphony with a different rhythm. } -\score{ - \context Staff \notes \relative c'' << - { c2. c bes2 } \\ - { c2. a8 g4 f4. g4 f } - >> - - \paper { - \context{ - \VoiceContext - \remove "Note_heads_engraver" - \consists "Completion_heads_engraver" - } - } +\layout { + \context{ + \Voice + \remove "Note_heads_engraver" + \consists "Completion_heads_engraver" + } } + +\context Staff \relative c'' << + { c2. c bes2 } \\ + { c2. a8 g4 f4. g4 f } +>>