X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-harmonic.ly;h=75cdc953359b1ea04d8ca67cc0338313da0c8fb6;hb=c0be3d8c0c337802b5a0f8d341e514e10db6de70;hp=db6e9f9645c9a9487629980c60b256b383ce6841;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index db6e9f9645..75cdc95335 100644 --- a/input/regression/note-head-harmonic.ly +++ b/input/regression/note-head-harmonic.ly @@ -1,24 +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 dots. If @code{harmonicAccidentals} is unset, they also don't get accidentals." + Harmonic heads do not get dots. If @code{harmonicAccidentals} is + unset, they also don't get accidentals." + + } -\version "2.3.17" - -\score { - { - < c'' f''\harmonic >4 - \stemUp - < c'' f''\harmonic >4. - < cis'' fis''\harmonic >8 - \set Staff.harmonicAccidentals = ##f - < dis'' gis''\harmonic >8 - } - - \paper { - raggedright = ##t - } +\layout { + ragged-right = ##t } + +\version "2.10.0" + + +{ + < c'' f''\harmonic >4 + \stemUp + < c'' f''\harmonic >4. + < cis'' fis''\harmonic >8 + \set Staff.harmonicAccidentals = ##f + < dis'' gis''\harmonic >8 +} + + +