X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-performer.cc;h=1f35d780c43f03eb6adcdd4137217d31f7ef873b;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=9bb8b11a48edcabdfbb3330ebb24d85a2f60bee0;hpb=7a3c3526e082ada6fefbe564315046a14ecf609c;p=lilypond.git diff --git a/lily/key-performer.cc b/lily/key-performer.cc index 9bb8b11a48..1f35d780c4 100644 --- a/lily/key-performer.cc +++ b/lily/key-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Jan Nieuwenhuizen + (c) 1997--2008 Jan Nieuwenhuizen */ #include "audio-item.hh" @@ -52,7 +52,7 @@ Key_performer::process_music () Pitch key_do (0, scm_to_int (scm_caar (pitchlist)), - scm_to_int (scm_cdar (pitchlist))); + ly_scm2rational (scm_cdar (pitchlist))); Pitch c_do (0, 0, 0); @@ -96,7 +96,15 @@ Key_performer::listen_key_change (Stream_event *ev) } ADD_TRANSLATOR (Key_performer, + /* doc */ "", + + /* create */ "", + + /* read */ "", - ""); + + /* write */ + "" + );