lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggios from chordmode?


From: Gilles
Subject: Re: Arpeggios from chordmode?
Date: Wed, 03 Aug 2011 12:48:06 +0200
User-agent: Opera Mail/11.50 (Win32)

Le Wed, 03 Aug 2011 05:10:11 +0200, Basso Ridiculoso <address@hidden> a écrit:


See enclosed file for example (requires Giles code below as an \include)

Just 2 comments.
1-You can use in your example \shiftDurations (well not a lot documented). It will divise all whole notes by 4
Your code becomes :

%%%%%%%%%%%%%%%%%%%%%%%%%%
JazzBluesChords =  {
        \chordmode {
            c1:7   | %1
            f1:7   | %2
            c1:7   | %3

            g2:min7  c2:7   | %4

            f1:7   | %5
            f1:min7   | %6
            e1:min7   | %7
            a1:7  | %8
            d1:min7 | %9
            g1:7   | %10
            c1:7   | %11

            d2:min7  g2:7   | %12
            \bar ":|"

            }
    }
JazzBluesProgression =  \shiftDurations #2 #0 \JazzBluesChords

%%%%%%%%%%%%%%%%%%%%%%%%

2- It still remains problems if a chord has 3 or 5 notes !
Well if you think it can be useful for people, i can try later to find a way to fix that.

Gilles





reply via email to

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