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
}

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to