X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=c79d7c94ab44a461ccf8e568358fa6cb275508b2;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=3ee68e5e6a5ebceba368c151b01e13effddc64aa;hpb=a9fa9784c0b21fe7de2738befc0a3bcc5f89ee4f;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 3ee68e5e6a..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) @@ -64,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