]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4314: Remove forgotten debug output in articulate.ly
authorDavid Kastrup <dak@gnu.org>
Fri, 6 Mar 2015 16:42:40 +0000 (17:42 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 12 Mar 2015 12:56:59 +0000 (13:56 +0100)
This was forgotten in the fix for issue 4270.

ly/articulate.ly

index e2c8700ac63d1bcf6a2a24b20beac1c4bdb19d0a..1aa62d8e9d229a8049581235895fd3ced9ae32a2 100644 (file)
           (filter
            (lambda (z) (eq? 'NoteEvent (ly:music-property z 'name)))
            (ly:music-property belownote 'elements)))
-         (display belownote)
 
          (let* ((mordentMusic (make-sequential-music (list gracenote belownote music)))
                 (newlen (ly:music-length mordentMusic))