Skip to content

Commit

Permalink
Removing styling of key labels (see #3454 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Jun 19, 2023
1 parent 3bb2fff commit b21091b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/iohumdrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8893,8 +8893,10 @@ void HumdrumInput::addHarmLabel(
// hardwire style to circle, for now at least:
// rend2->SetRend(TEXTRENDITION_circle);
// and hardwire the font to sans-serif, at least for now:
rend2->SetColor("darkred");
rend2->SetFontname("sans-serif");
// rend2->SetColor("darkred");
// rend2->SetFontname("sans-serif");
// But now use the following line in the Humdrum data to control the style:
// !!!verovio: svgCss g.key-label { fill:darkred; font-family:sans-serif; }

std::u32string output;
std::string tempChar;
Expand Down

0 comments on commit b21091b

Please sign in to comment.