bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AccidentalSuggestion only for cautionary accidentals?


From: Malte Meyn
Subject: AccidentalSuggestion only for cautionary accidentals?
Date: Sat, 31 Aug 2019 20:37:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Hi list,

currently setting suggestAccidentals to ##t lets the Accidental_engraver make AccidentalSuggestion grobs instead of both Accidental and AccidentalCautionary grobs. Shouldn’t this replacement be done only for cautionary accidentals? When transcribing mensural music, one needs both Accidental grobs (for accidentals present in the facsimile) and AccidentalSuggestion grobs (for implicit musical ficta accidentals). Any opinions on that?

Cheers,
Malte

%%%%%%%%%%%%%%%%%%%%%%

\version "2.19.83"

\markup { without suggestAccidentals: }
\relative {
  \time 2/1
  \set Staff.timeSignatureFraction = 2/2
  c''1 d
  bes1 a2 g
  a d1 cis?2
  d\breve
}

\markup { current output: }
\relative {
  \set suggestAccidentals = ##t
  \time 2/1
  \set Staff.timeSignatureFraction = 2/2
  c''1 d
  bes1 a2 g
  a d1 cis?2
  d\breve
}

\markup { suggested output: }
\relative {
  \time 2/1
  \set Staff.timeSignatureFraction = 2/2
  c''1 d
  bes1 a2 g
  a d1 \once \set suggestAccidentals = ##t cis?2
  d\breve
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]