]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR snippet: controlling tuplet bracket vis
authorJames Lowe <james.lowe@datacore.com>
Mon, 17 May 2010 16:28:28 +0000 (17:28 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 17 May 2010 16:46:32 +0000 (17:46 +0100)
Added snippet to doc

Documentation/notation/rhythms.itely

index ac6dfa92e0ff298aa4d5c6ffe17c0b4811e701a3..07b95005528c3be16d08a2766ad624fabae83b6d 100644 (file)
@@ -218,7 +218,7 @@ Tuplets may be nested:
 
 @lilypond[quote,verbatim,relative=2]
 \autoBeamOff
-c4 \times 4/5 { f8 e f \times 2/3 { e[ f g] } } f4 |
+c4 \times 4/5 { f8 e f \times 2/3 { e[ f g] } } f4
 @end lilypond
 
 Modifying nested tuplets which begin at the same musical moment
@@ -256,6 +256,9 @@ see @ref{Scaling durations}.
 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
 {non-default-tuplet-numbers.ly}
 
+@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
+{controlling-tuplet-bracket-visibility.ly}
+
 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
 {permitting-line-breaks-within-beamed-tuplets.ly}