lilypond-user
[Top][All Lists]
Advanced

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

Re: modalTranspose with chromatic


From: address@hidden
Subject: Re: modalTranspose with chromatic
Date: Sun, 31 Aug 2014 10:41:27 +0000 (GMT)

Perfect!  Thank you, Malte!

-David

----- Original Message -----
From: "Malte Meyn" <address@hidden>
To: address@hidden
Sent: Sunday, August 31, 2014 10:32:13 AM
Subject: Re: modalTranspose with chromatic

Try

chromaticScaleDown = \relative c { c des d es e f ges g as a bes b }

HTH,
Malte

On 31.08.2014 12:29, address@hidden wrote:
> \version "2.18.0"
>
> chromaticScaleUp = \relative c { c cis d dis e f fis g gis a ais b }
>
> chromaticScaleDown = \relative c { c b bes a as g ges f e es d des }
>
> motiveUp = \relative c {
>    c8 cis d dis e f
>    fis g gis a ais b
>    c4. r
> }
>
> motiveDown = \relative c' {
>    c8 b bes a as g
>    ges f e es d des
>    c4. r
> }
>
> \score {
>    \relative {
>      \clef F
>    \time 6/8
>    \modalTranspose c g \chromaticScaleUp \motiveUp
>    \modalTranspose c g \chromaticScaleDown \motiveDown
>    }
> }

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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