Hello everyone,

I've got a slight problem. In measure #1, I've 
got the non-polyphonic melody. In measure #2, I've got some polyphonic 
going on. However, I'm having problem telling Lilypond to put a legato 
from the last note in measure #1 with the first voice in measure #2. 

Can you help me, please? I've provided an example .ly file, so you can see what 
I've been trying.

p.s.
 Also, in the example given, in the first measure, the flags of the last
 four eight notes are connected. How can I tell Lilypond not to connect 
them, e.g. instead of connecting the four eights into one group of 
notes, to rather group them in two group of two eights?

p.s.s. Forgot to add the attachment in the previous email :(

Thanks in advance,
Emir


      
\version "2.12.0"  % necessary for upgrading to future LilyPond versions.

\header{
  title = "Example"
}


upper = \relative c' {
\clef treble
\key c \major
\time 3/4

c8. c16 c8 c8 c8 c8 ~ %How to apply this legato to the next c2?

<<
{ c2. }
\\
{ r8 a16 a a8 a8 a4 }
>>


}

lower = \relative c {
\clef bass
\key c \major
\time 3/4

r2. r2.

}

\score {
\new PianoStaff <<
\set PianoStaff.instrumentName = #"Piano "
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
\layout { }
\midi { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to