hi all,

i know this may seem like a weird question but is there a way to
transpose and generate "lily-input" output?

like so:

\include "deutsch.ly"

trumpet = \notes \relative c' {
        c4 d e f g a h c1
        c4 h a g f e d c1
}

\notes transpose b {
        \trumpet
}

would result in :

\notes \relative c' {
        b4 c d es f g a b1
        b4 a g f es d c b1
}

is there any way to do this, or must all this sort of tranposing be done
by headwork?

thanks for any help,
simon.
-- 
Confucius say, man who live in glass house shower in basement.

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to