]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Tuplets): new property
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 12 Jul 2006 13:06:56 +0000 (13:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 12 Jul 2006 13:06:56 +0000 (13:06 +0000)
value.

ChangeLog
Documentation/topdocs/NEWS.tely
Documentation/user/basic-notation.itely

index 5155c3a26ea6e3ceafdaf2eedfecd9a3ae82ef55..f9dba95089ccf3b0a463e46f552d5755f9e10750 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/user/basic-notation.itely (Tuplets): new property
+       value.
+
 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * python/convertrules.py (conv): tweaks. 
index 5fa543f364fe43230d666a113aa692a5aa739452..1b6cc57da203d547b2cf1227d4a775ae5e8dc2a3 100644 (file)
@@ -71,7 +71,7 @@ Nested tuplets can have different formatting for each nesting level,
 @lilypond[ragged-right]
 \new Staff {
   \time 5/4
-  \tweak #'text #tuplet-bracket::calc-fraction-text
+  \tweak #'text #tuplet-number::calc-fraction-text
   \times 5/3 {
      \tweak #'tupletNumberFormatFunction #denominator-tuplet-formatter
      \times 2/3 {
index 53b86a9942f4d8089a4ab122dc88da300e849a3a..92b408f600fe093d59c4b0125a9335c0304d1b08 100644 (file)
@@ -666,7 +666,7 @@ g'4 \times 2/3 {c'4 c' c'} d'4 d'4
 Tuplets may be nested, for example,
 
 @lilypond[fragment,ragged-right,verbatim,relative=2]
-\set tupletNumberFormatFunction = #fraction-tuplet-formatter
+\override TupletNumber #'text = #tuplet-number::calc-fraction-text
 \times 4/6 {
   a4 a
   \times 3/5 { a a a a a }
@@ -703,11 +703,10 @@ used once
 For more information about @code{make-moment}, see
 @ref{Time administration}.
 
-The format of the number is determined by the property
-@code{tupletNumberFormatFunction}.  The default prints only the
-denominator, but if it is set to the Scheme function
-@code{fraction-tuplet-formatter}, @var{num}:@var{den} will be printed
-instead.
+The format of the number is determined by the property @code{text} in
+@code{TupletNumber}.  The default prints only the denominator, but if
+it is set to the function @code{tuplet-number::calc-fraction-text},
+@var{num}:@var{den} will be printed instead.
 
 To avoid printing tuplet numbers, use