]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/part-combiner.scm
Loglevels: Add ly:input-warning, ly:music-warning Scheme functions
[lilypond.git] / scm / part-combiner.scm
index 8c779a91ee19944affc53ee95d8848e5f1582724..c492701c9142087bb6c44ac65deabf1a41d0a224 100644 (file)
@@ -594,4 +594,4 @@ the mark when there are no spanners active.
 
     (if (not (null? quote-contents))
         (hash-set! tab name (list->vector (reverse! quote-contents '())))
-        (ly:music-message mus (ly:format (_ "quoted music `~a' is empty") name)))))
+        (ly:music-warning mus (ly:format (_ "quoted music `~a' is empty") name)))))