X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-signature-interface.cc;h=d374c59b2a3a0d88a6beff90ccc9b815502e680e;hb=108cf0e8c08c8e15e2a800feb161cfad9057daa8;hp=62f3a82a7cab310eef17294935bf75b4d217142c;hpb=c4f9e3faa057fb8ed7875f1955d9f8592d6f20d4;p=lilypond.git diff --git a/lily/key-signature-interface.cc b/lily/key-signature-interface.cc index 62f3a82a7c..d374c59b2a 100644 --- a/lily/key-signature-interface.cc +++ b/lily/key-signature-interface.cc @@ -93,13 +93,9 @@ Key_signature_interface::print (SCM smob) SCM scm_style = me->get_property ("style"); String style; if (scm_is_symbol (scm_style)) - { - style = ly_symbol2string (scm_style); - } + style = ly_symbol2string (scm_style); else - { - style = ""; - } + style = ""; SCM newas = me->get_property ("alteration-alist"); Stencil mol; @@ -124,9 +120,7 @@ Key_signature_interface::print (SCM smob) Stencil acc (fm->find_by_name ("accidentals." + font_char)); if (acc.is_empty ()) - { - me->warning (_f ("accidental `%s' not found", font_char)); - } + me->warning (_f ("accidental `%s' not found", font_char)); else { SCM what = scm_caar (s);