X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-harmonic.ly;h=a3f7338ec0e4d432452f9c25b9562f3c18e68b8d;hb=646848f37e1b5faca1678fb4d1845216f2a41993;hp=11f5bacdaab034e40666e95ab8eae0e02f9dc0a7;hpb=ae58654e4a30248bf2db4b42b3e8f4ea2652ab95;p=lilypond.git diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index 11f5bacdaa..a3f7338ec0 100644 --- a/input/regression/note-head-harmonic.ly +++ b/input/regression/note-head-harmonic.ly @@ -1,22 +1,29 @@ \header { - texidoc = " The handling of stems for harmonic notes must be + texidoc = " The handling of stems for harmonic notes must be completely identical to normal note heads. - Harmonic heads do not get accidentals or dots." + Harmonic heads do not get dots. If @code{harmonicAccidentals} is + unset, they also don't get accidentals." + + +} + +\layout { + ragged-right = ##t } -\version "2.1.22" +\version "2.14.0" -\score { - \notes { - < c'' f''\harmonic >4 - \stemUp - < c'' f''\harmonic >4. - < cis'' fis''\harmonic >8 - } - \paper { - raggedright = ##t - } +{ + < c'' f''\harmonic >4 + \stemUp + < c'' f''\harmonic >4. + < cis'' fis''\harmonic >8 + \set Staff.harmonicAccidentals = ##f + < dis'' gis''\harmonic >8 } + + +