Next: Different editions from one source, Previous: Instrument transpositions, Up: Preparing parts
‘Ottava’ brackets introduce an extra transposition of an octave for
the staff. They are created by invoking the function
set-octavation
\relative c''' { a2 b #(set-octavation 1) a b #(set-octavation 0) a b }
The set-octavation
function also takes -1 (for 8va bassa), 2 (for 15ma),
and -2 (for 15ma bassa) as arguments. Internally the function sets the properties
ottavation
(e.g., to "8va"
or "8vb"
) and
centralCPosition
. For overriding the text of the bracket, set
ottavation
after invoking set-octavation
, i.e.,
{ #(set-octavation 1) \set Staff.ottavation = #"8" c''' }
Program reference: OttavaBracket.
set-octavation
will get confused when clef changes happen
during an octavation bracket.
Next: Different editions from one source, Previous: Instrument transpositions, Up: Preparing parts
Esta página corresponde a LilyPond-2.11.28 (rama de desarrollo).
Informe de los fallos a http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.