From: hanwen Date: Wed, 5 Jun 2002 14:54:46 +0000 (+0000) Subject: dangling X-Git-Tag: release/1.5.60~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb3d59ab419cdfa7e45643d9263cb6a27539874a;p=lilypond.git dangling --- diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 005fb86767..7913971ad7 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -465,6 +465,5 @@ functions set spanner positions.") (grob-property-description 'minimum-beam-collision-distance number? "Minimum distance to beam for a rest collision.") -(grob-property-description 'tab-string number? "The tablature string of a TabNoteHead.") (grob-property-description 'avoid-note-head boolean? "if set, the stem of a chord does not pass through all note head, but start at the last note head. Used by tablature.") (grob-property-description 'up-to-staff boolean? "if set, stems' lengths are set so as stems end out of the staff. Used by tablature.") diff --git a/scm/interface-description.scm b/scm/interface-description.scm index 767de6a6ef..fe24887751 100644 --- a/scm/interface-description.scm +++ b/scm/interface-description.scm @@ -41,4 +41,4 @@ (ly-add-interface 'tablature-interface "tablature notes" - '(string-tunings tab-string)) + '())