From ddd8dbde27b31bca471127fc0778db2af4eb4dc7 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 4 Aug 2005 01:21:34 +0000 Subject: [PATCH] *** empty log message *** --- lily/tuplet-bracket.cc | 4 ++-- scm/documentation-lib.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 "} " -- 2.39.2