X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcompletion-heads-polyphony.ly;h=e0eb1d52c55f31287d8e06ec383893a1ae44ffb6;hb=7770772b6101f60b28173fd68ceb701048016b21;hp=ef5022e7c87d31a70d2f057fc4d7f940a241c4dc;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/completion-heads-polyphony.ly b/input/regression/completion-heads-polyphony.ly index ef5022e7c8..e0eb1d52c5 100644 --- a/input/regression/completion-heads-polyphony.ly +++ b/input/regression/completion-heads-polyphony.ly @@ -1,25 +1,22 @@ -\version "1.7.16" -\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" - } - } -} -%% new-chords-done %% \ No newline at end of file +\version "2.14.0" +\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'' << + { c2. c bes2 } \\ + { c2. a8 g4 f4. g4 f } +>>