]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove unused code in fret-number-tablature-format.
authorNeil Puttock <n.puttock@gmail.com>
Mon, 16 Nov 2009 00:28:44 +0000 (00:28 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 16 Nov 2009 00:28:44 +0000 (00:28 +0000)
scm/translation-functions.scm

index 365f6883d1c1cd1e328d8ed3ca1a177809a4ab2a..3fb632bb622381d13dd13fb90b77a63fa22a6e83 100644 (file)
 ;; Compute the text grob-property
 (define-public (fret-number-tablature-format string context event)
   (let* ((tuning (ly:context-property context 'stringTunings))
-        (pitch (ly:event-property event 'pitch))
-        (is-harmonic (apply
-                      functional-or
-                      (map
-                       (lambda (ev)
-                         (eq? 'harmonic-event (ly:event-property ev 'class)))
-                       (ly:event-property event 'articulations)))))
+        (pitch (ly:event-property event 'pitch)))
 
     (make-whiteout-markup
      (make-vcenter-markup