From 1b67163ea15b2eddd9f90b55e921fd2ef39808b8 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 5 Jun 2002 14:54:46 +0000 Subject: [PATCH] dangling --- scm/grob-property-description.scm | 1 - scm/interface-description.scm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)) + '()) -- 2.39.5