X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftranslator-property-description.scm;h=740feffa94c9569190f658c8522447bceda82827;hb=6b89a99dbfb2e208c42ba1510be9e638d21be4a9;hp=049471230c47a0319c5779cc861474ceea64661e;hpb=3072325f266c19ba3a167ab52c83206e7a826a8a;p=lilypond.git diff --git a/scm/translator-property-description.scm b/scm/translator-property-description.scm index 049471230c..740feffa94 100644 --- a/scm/translator-property-description.scm +++ b/scm/translator-property-description.scm @@ -333,7 +333,6 @@ is erased. .") (translator-property-description 'stemRightBeamCount integer? "idem, for the right side.") -(translator-property-description 'stringTunings list? "DOCME.") (translator-property-description 'stz markup? "Abbreviated form for a stanza, see also Stanza property.") (translator-property-description 'subdivideBeams boolean? "If set, multiple beams will be subdivided at beat positions - by only drawing one beam over the beat.") @@ -407,4 +406,5 @@ according to values of @code{defaultBarType}, @code{barAlways}, Valid values are described in @ref{(lilypond-internals)bar-line-interface}. .") +(translator-property-description 'stringTunings list? "The tablature strings tuning. Must be a list of the different semitons pitch of each string (starting by the lower one).")