X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fkey-engraver.cc;h=fd60570821e05dc37f875d0255942d82b63f7284;hb=75b64f8ddda16f3b2eb77ec5e9631d92b9be7da4;hp=804467fcf6aefc21026bac39c794289f02268b5d;hpb=a066a93ee74edebb9d238a1bac93c3bc7e8e6e4a;p=lilypond.git diff --git a/lily/key-engraver.cc b/lily/key-engraver.cc index 804467fcf6..fd60570821 100644 --- a/lily/key-engraver.cc +++ b/lily/key-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -198,7 +198,7 @@ Key_engraver::read_event (Stream_event const *r) r->origin ()->warning ("Incomplete keyAlterationOrder for key signature"); } - context ()->set_property ("keySignature", scm_reverse (accs)); + context ()->set_property ("keySignature", scm_reverse_x (accs, SCM_EOL)); context ()->set_property ("tonic", r->get_property ("tonic")); }