lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplets


From: Jule Slootbeek
Subject: Re: tuplets
Date: Tue, 11 Jun 2002 22:49:05 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Thanks alot for all the input, i have to admit i was wrong, and i wasn't counting right..
I figured it out, and i will attach my .ly file with this post.

Jule

note: It's not the final composition, it's my class final for which we had to fulfill certain requirements, so it's not something i'm planning on performing anytime soon..:)


--
Jule Slootbeek  
address@hidden http://blindtheory.cjb.net
\header {
        title="Chromatic in E minor"
        subtitle="Music 122 Final, Spring 2002"
        composer="Jule Slootbeek"
}

stemUp = \property Voice.Stem \override #'direction = #1
stemDown = \property Voice.Stem \override #'direction = #-1

soprano =  \notes \relative c'' \context Voice = soprano {
                \stemUp e4 fis d d dis r e fis~fis2 g4 r g b a2 fis4 e d c
                        b r b r c r c r e r f r  es \times 2/3 {es4 es es} es 
\times 2/3 {es2 s f}
                        bes,4 es des c des8 d es e f ges g as a,4 r <b2 gis2> 
cis4 r dis2
                        e1~e1 \times 2/3 {fis2 b e,} e4 e b e
}

alto = \notes \relative c'' \context Voice = alto {
                \stemDown g4 fis2 g4 fis r g2 a2 g4 r a g fis2 a4 r r d,
                          d r d r e r g r <ais e> r bes r a \times 2/3 {as4 g 
ges} f \times 2/3 {a2 c as}
                          es4 r r es f4. f8~f2 fis4 r e2 fis4 r fis2
                          b1~b1 \times 2/3 {ais2 fis b} b4 b fis gis
}

tenor = \notes \relative c' \context Voice = tenor {
                \stemUp b2 b b4 r b2 c b4 r cis2 d c4 r r a
                        b r b r c r c r cis r d r c \times 2/3 {c4 c c} c 
\times 2/3 {c2 s des}
                        des4 des c c as4. as8~as2 c4 r b2 ais4 r b2
                         b1~b1 \times 2/3 {cis2 dis b} b4 b dis b
}

bass = \notes \relative c \context Voice = bass {
                \stemDown e2 d4 e fis r4 e2 d d4 r e e d fis fis fis fis fis
                          g r g r a r e r fis r f r f \times 2/3 {ges g as} a 
\times 2/3 {ges2 ges g}
                          g4 r r as as8 g ges f e es d des dis4 r e2 fis4 r fis2
                          \times 2/3 {e2 fis gis} \times 2/3 {gis fis e} \times 
2/3 {fis b, e} e4 e b e
}


\score {
        \notes
        < \context PianoStaff = Up {
                \time 4/4
                \clef treble
                \key e \minor
                <
                        \soprano
                        \alto
                >
          }
        \context PianoStaff = Down {
                \clef bass
                \key e \minor
                <
                        \tenor
                        \bass
                >
        \bar "|."
          }
        >
        \paper {}
        \midi {}
}

reply via email to

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