lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to transpose midi one octave ?


From: Roman Stawski
Subject: Re: how to transpose midi one octave ?
Date: Wed, 3 Mar 2010 04:05:09 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Martin Tarenskeen <m.tarenskeen <at> zonnet.nl> writes:

> Does this mean I have to use two \score sections. One for \midi and onBe 
> {} for \layout {} like this? :
> 
> \score { \new Staff { \transpose c' c { \guitarMusic} } \midi {} }
> \score { \new Staff { \guitarMusic } \layout {} }
> 
> I was hopening for an easier way, but this isn't that difficult either.

This is often a good idea since it enables you to adapt the midi in other
ways... for instance:

\score { \new Staff { \transpose c' c { \unfoldRepeats \guitarMusic} } \midi {} 
}
\score { \new Staff { \guitarMusic } \layout {} }

Roman





reply via email to

[Prev in Thread] Current Thread [Next in Thread]