]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Notation Ottava Bracket examples inc -2 to 2
authorjames <james@james-lily.(none)>
Tue, 23 Feb 2010 16:49:08 +0000 (16:49 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 24 Feb 2010 07:58:03 +0000 (07:58 +0000)
Included comeplete range for \ottava (-2 to 2) previously only showing #1 and #0

Documentation/notation/pitches.itely

index 313dcf31148dacaf0b8abb6713afaf0d226c7997..bfe45043fbd1912d038e05f963d837aa692873d7 100644 (file)
@@ -1128,18 +1128,20 @@ Internals Reference:
 @notation{Ottava brackets} introduce an extra transposition of an
 octave for the staff:
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote,relative=1]
 a'2 b
-\ottava #1
+\ottava #-2
+a b
+\ottava #-1
 a b
 \ottava #0
 a b
+\ottava #1
+a b
+\ottava #2
+a b
 @end lilypond
 
-The @code{ottava} function also takes -1 (for 8va bassa),
-2@tie{}(for 15ma), and -2 (for 15ma bassa) as arguments.
-
-
 @snippets
 
 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]