lilypond-user
[Top][All Lists]
Advanced

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

Re: How to tie the last note of one variable to the first note of anothe


From: Jürgen Ibelgaufts
Subject: Re: How to tie the last note of one variable to the first note of another variable?
Date: Sun, 23 Jan 2011 22:53:09 -0800 (PST)

hi,

maybe I'm missing something. I did not try your solution, but I suppose it
works fine. but how would you append lyrics? \addlyrics gives a syntax error
(unexpected \addlyrics), and \lyricsto requires different named voice
contexts in which I could not get your solution to work.

Cheers
Jürgen



Xavier Scheuer wrote:
> 
> On 22 January 2011 20:07, James Bailey <address@hidden>
> wrote:
>>
>> I haven't checked it, but they're probably in different voice contexts.
>> Possible explicity doing a \new Voice = first and \context Voice = first
>> where appropriate may solve the problem.
> 
> Yes, or simply putting all in a  \new Voice  works:
> 
> \version "2.13.46"
> 
> partOne = \relative c' {
>   c4 e g e~
> }
> 
> partTwo = \relative c' {
>   e1
>   c4 e g e~
>   e1
> }
> 
> \score {
>   \new PianoStaff <<
>     \set PianoStaff.midiInstrument = "acoustic grand"
>     \new Staff {
>       \tempo 4 = 120
>       \new Voice {
>         \partOne
>         \partTwo
>       }
>     }
>   >>
>   \midi { }
>   \layout {}
> }
> 
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer <address@hidden>
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/How-to-tie-the-last-note-of-one-variable-to-the-first-note-of-another-variable--tp30737881p30746146.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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