lilypond-user
[Top][All Lists]
Advanced

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

Unicode accidentals vs. Markup accidentals


From: Saul Tobin
Subject: Unicode accidentals vs. Markup accidentals
Date: Sat, 14 Jan 2023 22:05:49 -0800

Surprisingly, typing the Unicode characters for accidental symbols does not produce the same font output as using the markup commands:

<<
  \new Staff {
    c'1^"B♭"
    c'1^"C♯"
    c'1^"D♮"
  }
  \new Staff {
    c'1^\markup { B \flat }
    c'1^\markup { C \sharp }
    c'1^\markup { D \natural }
  }
>>

And neither looks particularly great IMO.

reply via email to

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