X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-harmonic.ly;h=dcf30bd7a1706ea50980dd60d80f5288f48761f2;hb=94345c6367d9e6a7dac6711cbb81845e8e889db5;hp=82b6c75eedf6aa981b6fcf1ee2f84d0b606c6a0c;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index 82b6c75eed..dcf30bd7a1 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.16" - -\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.16.0" + + +{ + < c'' f''\harmonic >4 + \stemUp + < c'' f''\harmonic >4. + < cis'' fis''\harmonic >8 + \set Staff.harmonicAccidentals = ##f + < dis'' gis''\harmonic >8 +} + + +