2009/10/21 Peter Berlau <[email protected]>:
> Hello,
>
> I have done writing done some patterns of my favorite sax players and
> like to transpose this patterns to any key.
>
> I found a solution but I am not sure if this is a elegant method, also
> maybe it is more useful to make use of the enharmonics to make the
> sheet more readable. Is there any (much) better soulution?

Well, yo're already using enharmonics, dis/es etc.

A more elegant way would be to define arrange = {
<<   \new ChordNames {
                        \set chordChanges = ##t
                        \Harmonien }
    \new Staff{         \Pattern }
>>
}

and then

\score {

{
{ \arrange }
{ \transpose c des \arrange }
{ \transpose c d \arrange }
etc


Then choose a better \transpose c ges instead of \transpose c fis (for
example) if you think this gives simpler accidentals.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to