]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-signature-interface.cc
use freetype_error_string in more places.
[lilypond.git] / lily / key-signature-interface.cc
index bea2aafbc7f7c20216e513a47d5c5b0426ca94a3..7c88268b624b9a70d1542932e354b3bab760f73e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1996--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   keyplacement by Mats Bengtsson
 */
@@ -97,7 +97,7 @@ Key_signature_interface::print (SCM smob)
              && last_pos > pos - 6)
            padding = 0.3;
 
-         mol.add_at_edge (X_AXIS, LEFT, acc, padding, 0);
+         mol.add_at_edge (X_AXIS, LEFT, acc, padding);
          last_pos = pos;
        }
     }