]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
release commit
[lilypond.git] / ly / music-functions-init.ly
index db7b4a031c5d626a805e8860bbdb66024f2b2d95..2d2b9f112d13784f809ee4b04e744b81dcf3088f 100644 (file)
@@ -147,7 +147,9 @@ pitchedTrill =
      (if (ly:pitch? trill-pitch)
         (for-each (lambda (m) (ly:music-set-property! m 'trill-pitch trill-pitch))
                   trill-events)
-        (ly:warning (_ "Second argument of \\pitchedTrill should be single note.")))
+        (begin
+          (ly:warning (_ "Second argument of \\pitchedTrill should be single note: "))
+          (display sec-note-events)))
 
      main-note))