X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-harmonic.ly;h=9edbc5427a0a2d0d833402e80613ed3299fe951b;hb=114add97aa5136c4a3d83437fc064706d569712a;hp=e30d0eb719e5988efe9f97997bf211854bda07cb;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index e30d0eb719..9edbc5427a 100644 --- a/input/regression/note-head-harmonic.ly +++ b/input/regression/note-head-harmonic.ly @@ -1,19 +1,29 @@ \header { - texidoc = " The handling of stems for harmonic notes must be - completely identical to normal note heads." + 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." + + +} + +\layout { + ragged-right = ##t } -\version "2.1.22" +\version "2.11.51" -\score { - \notes { - < c'' f''\harmonic >4 - \stemUp - < c'' f''\harmonic > - } - \paper { - raggedright = ##t - } +{ + < c'' f''\harmonic >4 + \stemUp + < c'' f''\harmonic >4. + < cis'' fis''\harmonic >8 + \set Staff.harmonicAccidentals = ##f + < dis'' gis''\harmonic >8 } + + +