X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-harmonic.ly;h=75cdc953359b1ea04d8ca67cc0338313da0c8fb6;hb=3407fa791df17ba69585c8128edb211fbf83406a;hp=49c3304c412b96ee703cd7fe75b0de1b0764f80d;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index 49c3304c41..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.6.0" - -\score { - { - < c'' f''\harmonic >4 - \stemUp - < c'' f''\harmonic >4. - < cis'' fis''\harmonic >8 - \set Staff.harmonicAccidentals = ##f - < dis'' gis''\harmonic >8 - } - - \layout { - 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 +} + + +