X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faccidental.cc;h=1c2418500d750319a1ca67a76f21503c867f7bd5;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=402a17e99d0d5a0326e9160d218dfc36591522eb;hpb=9fe7859a8592a080413b744e3768db41059dbfe3;p=lilypond.git diff --git a/lily/accidental.cc b/lily/accidental.cc index 402a17e99d..1c2418500d 100644 --- a/lily/accidental.cc +++ b/lily/accidental.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2007 Han-Wen Nienhuys + (c) 2001--2008 Han-Wen Nienhuys */ #include "accidental-interface.hh" @@ -109,7 +109,7 @@ Accidental_interface::accurate_boxes (Grob *me, Grob **common) really close. */ Direction bulb_dir = - glyph_name=="accidentals.mirroredflat" ? LEFT : RIGHT; + glyph_name == "accidentals.mirroredflat" ? LEFT : RIGHT; stem[X_AXIS][bulb_dir] = stem[X_AXIS].center (); /* @@ -189,7 +189,7 @@ Accidental_interface::get_stencil (Grob *me) return SCM_EOL; } - Stencil mol (fm->find_by_name (scm_i_string_chars (glyph_name))); + Stencil mol (fm->find_by_name (ly_scm2string (glyph_name))); if (to_boolean (me->get_property ("restore-first"))) { /* @@ -212,9 +212,9 @@ Accidental_interface::get_stencil (Grob *me) ADD_INTERFACE (Accidental_interface, - "a single accidental", + "A single accidental.", - /* props */ + /* properties */ "alteration " "avoid-slur " "forced "