lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpins in Polyphony?


From: Neil Thornock
Subject: Re: Hairpins in Polyphony?
Date: Mon, 5 Jan 2009 08:54:39 -0700

Ah, yes, the separate voices.

I usually avoid the <<\\>> construct.

Try it with <<{}\new Voice {\voiceTwo}>> like so:

<<{b8 cis d4-.\> cis-.}\new Voice {\voiceTwo .... }>>

On Mon, Jan 5, 2009 at 7:52 AM, Dmytro O. Redchuk <address@hidden> wrote:
2009/1/5 Jay Hamilton <address@hidden>:
> I'm having trouble placing the end and beginning of hairpins inside polyphony
> I looked at the snippets found something but didn't really understand how what was there is different from what I've done.
> here's a line of the work, notes and all are correct however the cresc should end in the middle of 3rd full measure and then a decres to the end
> Thanks for looking this over.
Sorry, can not test with 2.10.25.

So, i guess things are like this:
1. Voices inside << .. >> brackets are dynamically created.
2. So, " \! d-.\> " in " <<{b8 cis d4-.\! d-.\> cis-.}\\ " is
(silently?!) ignored.
3. Crescendo "<d g b>4\<" ends with "<f d'>2\!"

Try to create separate voice for dynamics:
dyn = {
 \partial 4
 s4 s2 \< s4 \! \>
 s2 s4 \! \< s
 % ...
}

Something like this.


> Jay
>
> \version "2.10.25"
> \header {
>  title = "Allemand a 4 (1603)"
>   composer = "Melchior Franck"
>
> }
>
> upper = \relative c' {
> \clef treble
> \key c \major
> \time 4/4
> #(set-global-staff-size 25)
> \override Staff.TimeSignature #' style = #' ()
> \partial 4
> <d g>4\p^\markup {"Allegretto"}
> <g b>-.<g d'>-.\< a-. <g b>-.\><e g c>2<d g b>4\< <f a>
> <<{b8 cis d4-.\! d-.\> cis-.}\\{g4 a g e}>> <f d'>2\! r4 \bar ":|:"
>
> }
>
> lower = \relative c {
> \clef bass
> \key c \major
> \time 4/4
> \override Staff.TimeSignature #' style = #' ()
> <g' b>4-.<g d'>-. <g b> <f d'> <g d'> c,2 g'4 <a c>
> <<{d2 g,4 a }\\{g4 f e a }>> <d, a>2 r4
> }
>
> \score {
>        \context PianoStaff
>        <<
>        \context Staff = upper \upper
>        \context Staff = lower \lower
>        >>
>        \layout {ragged-right = #t }
>        \midi { \tempo 4=42 }
> }
>
>
>
>
>
> Yours-
> Jay
>
> Jay Hamilton
> www.soundand.com
> 206-328-7694
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>



--
Dmytro O. Redchuk


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



--
Neil Thornock, D.M.
Assistant Professor of Music
Composition/Theory
Brigham Young University
http://neilthornock.net

reply via email to

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