]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-performer.cc
* input/test/staff-container.ly: update file
[lilypond.git] / lily / key-performer.cc
index 8ebe88b0ebf3f8256eca9bb43b55e513066719e4..52d5f42e6cd901db1c5fcf62925b6364ccc3d6a8 100644 (file)
@@ -63,7 +63,7 @@ Key_performer::create_audio_elements ()
       my_do = my_do.transposed (to_c);
       to_c = my_do.transposed (Pitch(0,0,- my_do.get_alteration ()));
 
-      SCM c_pitchlist = transpose_key_alist (pitchlist, to_c.smobbed_copy());
+      SCM c_pitchlist = ly_transpose_key_alist (pitchlist, to_c.smobbed_copy());
 
       /*
        MIDI keys are too limited for lilypond scales.