X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-engraver.cc;h=5707b548b99f46e8923a99bd710115d06381e2e6;hb=168396a9922e94135c1e2cd1624276e7390b1513;hp=804467fcf6aefc21026bac39c794289f02268b5d;hpb=f875ef39c544bd3499dae5360e9e24f69933575f;p=lilypond.git diff --git a/lily/key-engraver.cc b/lily/key-engraver.cc index 804467fcf6..5707b548b9 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 @@ -17,10 +17,10 @@ along with LilyPond. If not, see . */ -#include "bar-line.hh" #include "clef.hh" #include "context.hh" #include "engraver.hh" +#include "international.hh" #include "item.hh" #include "pitch.hh" #include "protected-scm.hh" @@ -195,10 +195,10 @@ Key_engraver::read_event (Stream_event const *r) } if (warn) - r->origin ()->warning ("Incomplete keyAlterationOrder for key signature"); + 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")); }