]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:40:42 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:42 +0000 (19:40 +0000)
lily/key-item.cc

index 5de86a91a02445ae4496cf75efb459d0cf6b6f57..783572b0936f4ea2fd7e9807df553441248bc425 100644 (file)
@@ -54,7 +54,7 @@ Molecule*
 Key_item::brew_molecule_p()const
 {
     Molecule*output = new Molecule;
-    Real inter = paper()->internote();
+    Real inter = paper()->internote_f();
     
     for (int i =0; i < pitch.size(); i++) {
        Symbol s= paper()->lookup_l()->accidental(acc[i]);