]> git.donarmstrong.com Git - lilypond.git/commitdiff
dangling
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 5 Jun 2002 14:54:46 +0000 (14:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 5 Jun 2002 14:54:46 +0000 (14:54 +0000)
scm/grob-property-description.scm
scm/interface-description.scm

index 005fb86767999a79540390e672d553288b7418da..7913971ad7306f7889f0bf9e685b5f691d393b4a 100644 (file)
@@ -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.")
index 767de6a6efc8065de19e9cd46dbc2439ecc88c6e..fe24887751df1baa3db913a8c73fee9acb23d16c 100644 (file)
@@ -41,4 +41,4 @@
 (ly-add-interface
  'tablature-interface
  "tablature notes"
- '(string-tunings tab-string))
+ '())