From 10ad522f658c25f926e49074a5367c461c80d8ad Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 23 Mar 2004 00:23:19 +0000 Subject: [PATCH] *** empty log message *** --- input/regression/note-head-harmonic.ly | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/input/regression/note-head-harmonic.ly b/input/regression/note-head-harmonic.ly index f48e67456b..073d95c4e7 100644 --- a/input/regression/note-head-harmonic.ly +++ b/input/regression/note-head-harmonic.ly @@ -3,7 +3,7 @@ texidoc = " The handling of stems for harmonic notes must be completely identical to normal note heads. - Harmonic heads do not get accidentals or dots." + Harmonic heads do not get dots. If @code{harmonicAccidentals} is unset, they also don't get accidentals." } \version "2.1.30" @@ -14,6 +14,8 @@ \stemUp < c'' f''\harmonic >4. < cis'' fis''\harmonic >8 + \set Staff.harmonicAccidentals = ##f + < dis'' gis''\harmonic >8 } \paper { -- 2.39.5