We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f357bdc commit f2a6c36Copy full SHA for f2a6c36
src/ui/canvas_measure.rs
@@ -449,6 +449,7 @@ fn draw_beat(
449
// Annotate chord effect
450
if let Some(chord) = &beat.effect.chord {
451
let note_effect_text = Text {
452
+ shaping: Advanced, // required for printing unicode
453
content: chord.name.clone(),
454
color: Color::WHITE,
455
size: 8.0.into(),
0 commit comments