]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Oct 2002 23:31:01 +0000 (23:31 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Oct 2002 23:31:01 +0000 (23:31 +0000)
ChangeLog
scm/chord-name.scm

index 6eabdc55b111d9370f4861167fc398617e60260e..54a5c5f3fa736c6788572b7813168abd426da4f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/stem-engraver.cc (acknowledge_grob): don't crash on
+       undefined tremolo. 
+
 2002-10-15  Werner Lemberg  <wl@gnu.org>
 
        * scripts/lilypond-book.py (g_make_html): New global variable.
index c562070d6c4d9eed397b72411677bb1d8e2b68cf..5dc36fb9d49fdbbd802aab7a4861bebbe8caf194 100644 (file)
 ;; chord to be name-calculated.
 ;;
 ;; CHORD: (pitches (bass . inversion))
-(define (default-chord-name-function style chord)
+(define-public (default-chord-name-function style chord)
   (let* ((pitches (map c++-pitch->scm (car chord)))
         (modifiers (cdr chord))
         (bass-and-inversion (if (pair? modifiers)
                                         (pitch::transpose x diff))
                                       (cdr pitches))
                    '())))
-    (chord::name->text style (car pitches) steps bass-and-inversion)))
+;    (display (chord::name->text style (car pitches) steps bass-and-inversion))
+    (chord::name->text style (car pitches) steps bass-and-inversion)
+
+
+    ))
 
 ;;;
 ;;; American style