X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcompletion-heads-polyphony.ly;h=e275aa9e12ab0dbc55cefbfd610749e0132b8a4d;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=9cc82c2f1c019d0dd49d41c792b1d1382f36136c;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/completion-heads-polyphony.ly b/input/regression/completion-heads-polyphony.ly index 9cc82c2f1c..e275aa9e12 100644 --- a/input/regression/completion-heads-polyphony.ly +++ b/input/regression/completion-heads-polyphony.ly @@ -1,25 +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" - } - } -} -%% new-chords-done %% \ No newline at end of file +\version "2.12.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 } +>>