X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-chord.ly;h=e345473567ef48b76af6c427601a0ac04c9f3f15;hb=c16c8655784da3f7d1d20640ef0208a36bdeeaee;hp=be3c1a0c31187291ee79b127f5f62cbe6d7cea58;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/note-head-chord.ly b/input/regression/note-head-chord.ly index be3c1a0c31..e345473567 100644 --- a/input/regression/note-head-chord.ly +++ b/input/regression/note-head-chord.ly @@ -1,21 +1,21 @@ -\version "2.1.26" +\version "2.19.21" \header { - texidoc = "Note heads are flipped on the stem to prevent collisions. + texidoc = "Note heads are flipped on the stem to prevent collisions. It also works for whole heads that have invisible stems. " } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score { \notes \relative c'' - \context Voice { - 4 - - - - 1 - }} +\relative +\context Voice { + 4 + + + + 1 +}