lilypond-user
[Top][All Lists]
Advanced

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

Re: Creating music with Scheme - can this be done in a simpler way?


From: Neil Puttock
Subject: Re: Creating music with Scheme - can this be done in a simpler way?
Date: Mon, 9 Jul 2007 21:45:53 +0100

Oops! What I really meant is this:

pedalMotif = \transpose c c' { \times 2/3 { c8 c c } c4 c c8[ c] c4 }

{
    \clef bass \time 5/4
    \applyMusic #transform {
        \pedalMotif { g, }
        \pedalMotif { c }
    }
}

;)

reply via email to

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