Hi,

i'm inside Clef_engraver::create_clef () - line 130 of lily/clef-engraver.cc
I'd like to do sth based on the clef type (G, F or C).  What condition
should i use?  I thought this

if (ly_scm2string (clef_->get_property ("glyph-name")) == "G")

would work, but it doesn't.

cheers,
Janek

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

Reply via email to