From: hanwen Date: Thu, 4 Aug 2005 01:21:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.6.4~17^2~151 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=05d70f1c7ba0d4acb88c209781f468ab983ec5cd;p=lilypond.git *** empty log message *** --- diff --git a/lily/tuplet-bracket.cc b/lily/tuplet-bracket.cc index a13a896c49..2c438f447f 100644 --- a/lily/tuplet-bracket.cc +++ b/lily/tuplet-bracket.cc @@ -663,11 +663,11 @@ Tuplet_bracket::add_tuplet_bracket (Grob *me, Grob *bracket) ADD_INTERFACE (Tuplet_bracket, "tuplet-bracket-interface", - "A bracket with a number in the middle, used for tuplets. ", + "A bracket with a number in the middle, used for tuplets. " "When the bracket spans a line break, the value of " "@code{break-overshoot} determines how far it extends beyond the staff. " "At a line break, the markups in the @code{edge-text} are printed " - "at the edges. " + "at the edges. ", "note-columns bracket-flare edge-height shorten-pair " "tuplets edge-text break-overshoot " diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 3cb430b383..5ff796557d 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -169,7 +169,7 @@ with init values from ALIST (1st optional argument) (handle (assoc sym alist))) (if (eq? desc #f) - (ly:error (_ "can't find description for property ~S") sym)) + (ly:error (_ "can't find description for property ~S (~S)") sym where)) (cons (string-append "@code{" name "} "