lilypond-user
[Top][All Lists]
Advanced

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

Re: BRICK WALL


From: Mischa Falkenburg
Subject: Re: BRICK WALL
Date: Mon, 16 Jul 2007 10:33:24 -0400
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)

Valentin Villenave wrote:
2007/7/16, Mischa Falkenburg <address@hidden>:

Trying to do a piece with 6 seperate voices. The first 4 measures look
fine, but I'm not able to go any further!

Sounds interesting; can you please post some of your code?

Regards,
Valentin

Valentin, thanks for being interested :-) .

I have a feeling, right off the bat, that there's probably too much "here" here, so any tips on less code would be appreciated also.

\parallelMusic #'(voiceA voiceB voiceC voiceD voiceE voiceF) {
voiceA = \relative c'' {
               \time 4/4
               \key g \major
{g'4 fis4 d8[e b c]}{d4 fis4 d4 b4}{a8[b] \times 2/3 {c d c}d8[g fis d]}{c4 a2 g4}
(g4 fis...(this phrase repeats)
}
voiceB = \relative c {
              \time 4/4
              \key g \major
{d'8[e] fis4 g8[a] c4}{e4 c8[b] a4 g8[fis]}{d8[e] fis4 g8[a] c4}{e4 c8[b] a4 g8[fis]}
{d8[e]...(this also repeats as above)
}

this set-up is the same all the way through voiceF, with out the parenthetical notes for you

}
}
\new GrandStaff <<
\new Staff \new Voice \voiceA
(etc., to)
\new Staff \new Voice \voiceF
>>
\layout {}
\midi {}
}

Well, that's the gist of it. Even though I've entered the code for additional measures, all the pdf shows is the initial 4.
Thnx again for your help.
Mischa




reply via email to

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