]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-performer.cc
* Documentation/user/notation.itely (Bar lines): Added a note that
[lilypond.git] / lily / key-performer.cc
index 4d61deffdc9c975a633e636efb473b555dd17df3..4f0da8ae5b707b82a2276f2348e85473e0997f99 100644 (file)
@@ -57,7 +57,7 @@ Key_performer::create_audio_elements ()
                  
       SCM c_pitchlist
        = ly_transpose_key_alist (pitchlist,
-                                 interval (key_do, c_do).smobbed_copy ());
+                                 pitch_interval (key_do, c_do).smobbed_copy ());
 
       /* MIDI keys are too limited for lilypond scales.
         We check for minor scale and assume major otherwise.  */