]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Aug 2005 01:21:34 +0000 (01:21 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Aug 2005 01:21:34 +0000 (01:21 +0000)
lily/tuplet-bracket.cc
scm/documentation-lib.scm

index a13a896c49a57312c9e5ceae54bd54ac18c36b67..2c438f447f9c98a998dfa0b2f777501d2e958d54 100644 (file)
@@ -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 "
index 3cb430b383119555b4031dbaed70434a23d2fbd2..5ff796557d6c7505a031e09722134b30a4f48d55 100644 (file)
@@ -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 "} "