X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcompletion-heads-polyphony.ly;h=e275aa9e12ab0dbc55cefbfd610749e0132b8a4d;hb=2411d304b69a3bb30fd231e6125e39d74a09aaa9;hp=fc6676614e5858583cec2ca38a5212c560a8debe;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/completion-heads-polyphony.ly b/input/regression/completion-heads-polyphony.ly index fc6676614e..e275aa9e12 100644 --- a/input/regression/completion-heads-polyphony.ly +++ b/input/regression/completion-heads-polyphony.ly @@ -1,4 +1,4 @@ -\version "2.2.0" +\version "2.12.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 } +>>