X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-harmonic.ly;h=775ab0c93b99d023f6504c725325a40e45363c75;hb=3aadd90d55f7c838071411ca839307e4500e6ad6;hp=2e49e43c8d850f8165a1e58ab3587cc8ae825ed5;hpb=62e36043035ba8e0a9c1137077ff45d794a7003e;p=lilypond.git diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index 2e49e43c8d..775ab0c93b 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.9" +\version "2.12.0" -\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 } + + +