]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/event-listener.ly
Some clean up about grace-settings in music-functions.scm
[lilypond.git] / ly / event-listener.ly
index 899d0825a3c9531a188a2079c355b24587edf253..9e5282de89d7ca33704a58fb592a62ec17c848e0 100644 (file)
@@ -32,7 +32,7 @@
 
 
 
-\version "2.15.31"
+\version "2.16.0"
 
 %%%% Helper functions
 
@@ -66,7 +66,7 @@ program using the output of this function to interpret grace notes
 however they want (half duration, quarter duration?  before beat,
 after beat?  etc.)."
    (if
-       (eq? 0 (ly:moment-grace-numerator moment))
+       (zero? (ly:moment-grace-numerator moment))
        (ly:format "~a" (format-moment moment))
        ;; grace notes have a negative numerator, so no "-" necessary
        (ly:format