X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Feasy-notation.cc;h=c5d886147b59b5c5c3de32a12cf3fe6b0dde8e9e;hb=0c99b8f3145a8e6bd954c92d42b29f2aeb60ce46;hp=34c0a97f781823f9936ae4e625f68ad7e7c3f2d0;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/easy-notation.cc b/lily/easy-notation.cc index 34c0a97f78..c5d886147b 100644 --- a/lily/easy-notation.cc +++ b/lily/easy-notation.cc @@ -45,8 +45,8 @@ Note_head::brew_ez_stencil (SCM smob) else { char s[2] = "a"; - s[0] = (pit->get_notename () + 2) % 7 + 'a'; - s[0] = toupper (s[0]); + s[0] = char ((pit->get_notename () + 2) % 7 + 'a'); + s[0] = char (toupper (s[0])); charstr = scm_from_locale_string (s); }