X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=c79d7c94ab44a461ccf8e568358fa6cb275508b2;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=3c9e159eb57e9b406b3283a11b17444104c09c42;hpb=650e318ed0afc6938c8d903907d501690872b9a6;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 3c9e159eb5..c79d7c94ab 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -28,7 +28,7 @@ (if (not (equal? #f (object-property symbol 'translation-doc))) - (ly:error (_ "symbol ~S redefined" symbol))) + (ly:error (_ "symbol ~S redefined") symbol)) (set-object-property! symbol 'translation-type? type?) (set-object-property! symbol 'translation-doc description) @@ -48,6 +48,9 @@ on the same note in different octaves may be horizontally staggered if in different voices.") (aDueText ,markup? "Text to print at a unisono passage.") + (additionalBassStrings ,list? "The additional tablature bass-strings, which +will not get a seprate line in TabStaff. It is a list of the pitches of each +string (starting with the lowest numbered one).") (additionalPitchPrefix ,string? "Text with which to prefix additional pitches within a chord name.") (alignAboveContext ,string? "Where to insert newly created context in @@ -61,7 +64,7 @@ numbers. Can be @code{numbers} for going back to the same number or @code{numbers-with-letters} for going back to the same number with letter suffixes. No setting will not go back in measure-number time.") (alternativeRestores ,symbol-list? "Timing variables that are -restored to their value at the end of the first alternative in +restored to their value at the start of the first alternative in subsequent alternatives.") (associatedVoice ,string? "Name of the context (see @code{associatedVoiceType} for its type, usually @code{Voice}) that