X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-harmonic.ly;h=9edbc5427a0a2d0d833402e80613ed3299fe951b;hb=fe21914f3e6a80b9c47a39b09a7f878d14f9940a;hp=f48e67456b7db44a413ec2bd60e3a10ad692b6ce;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index f48e67456b..9edbc5427a 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.30" +\version "2.11.51" -\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 } + + +