X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcompletion-heads-polyphony.ly;h=4b41e11d2bd1f5ed1eba793f53105f9d1b322736;hb=38d60f8d090d915c34f5d4e6361bf86e75858f0d;hp=5433620fa6f34f9a8f4ccf9a374322dc579738b2;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/completion-heads-polyphony.ly b/input/regression/completion-heads-polyphony.ly index 5433620fa6..4b41e11d2b 100644 --- a/input/regression/completion-heads-polyphony.ly +++ b/input/regression/completion-heads-polyphony.ly @@ -1,24 +1,22 @@ -\version "1.7.18" -\header { - - texidoc = "Completion heads are broken across bar lines. This was -intended as a debugging tool, but it can be used to ease music entry. -Completion heads are not fooled by polyphony with a different rhythm. -" - -} - -\score{ - \context Staff \notes \relative c'' < - { c2. c bes2 } \\ - { c,2. a8 g4 f4. g4 f } - > - - \paper { - \translator{ - \ThreadContext - \remove "Note_heads_engraver" - \consists "Completion_heads_engraver" - } - } -} +\version "2.19.21" +\header { + + texidoc = "Completion heads are broken across bar lines. This was +intended as a debugging tool, but it can be used to ease music entry. +Completion heads are not fooled by polyphony with a different rhythm. +" + +} + +\layout { + \context{ + \Voice + \remove "Note_heads_engraver" + \consists "Completion_heads_engraver" + } +} + +\context Staff \relative << + { c''2. c bes2 } \\ + { c2. a8 g4 f4. g4 f } +>>