|
|
GNU LilyPond-- -- |
||||||||||
|
TransposeA music expression can be transposed with \transpose pitch musicexpr
This means that middle C in musicexpr is transposed to pitch.
mus =\notes { \key d \major cis d fis g }
\score { \notes \context Staff {
\clef "F" \mus
\clef "G"
\transpose g'' \mus
\transpose f'' \mus
}}
If you want to use both |
||||||||||
|
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|||||||||||
This page was built from LilyPond-1.6.6 (stable-branch) by