lilypond-user
[Top][All Lists]
Advanced

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

Re: constructing a jazz piece


From: Peter Chubb
Subject: Re: constructing a jazz piece
Date: Thu, 10 Apr 2008 10:33:17 +1000
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 20) (Double Solitaire) (i486-linux-gnu)

>>>>> "Stan" == Stan Mulder <address@hidden> writes:

Stan> David Bobroff <bobroff <at> centrum.is> writes:
>> What I do is to put road-map stuff (key changes, time changes,
>> repeats, segnos etc.) in a 'global' block.  Then I combine that
>> with parts for the individual part scores, and with the top staff
>> in the main score.

Stan> David,

Stan> Is there an example somewhere?

The main problem with this approach is that the musical output is
incorrect -- `chording' the global section with the individual parts
makes the output *look* right without acutally *being* right.

Try, e.g., 

global= { \time 4/4 \key es \major \repeat volta 2 {
        s1*2 } }

notes =\relative c' { es4 f es f | es f es f }
\score {
        \unfoldRepeats \context Staff << \global \notes >>
        \midi{}
        \layout{}
}



--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia




reply via email to

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