lilypond-user
[Top][All Lists]
Advanced

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

Re: flats as sharps and sharp as flats


From: Kieren MacMillan
Subject: Re: flats as sharps and sharp as flats
Date: Sun, 19 Apr 2009 11:51:49 -0400

Hi Stefan,

Is it possible to define another function, that shows an written "dis"
as an "es" and vice versa?

The \transpose function already does this! Simply use the enharmonic transposition:

\version "2.12.2"
sharpMusic = \relative { cis' dis fis gis ais }
\score {
        <<
                \new Staff \sharpMusic
                \new Staff \transpose cis des \sharpMusic
        >>
}

Hope this helps!
Kieren.




reply via email to

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