bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug report - no return to outer voice at end of associatedvoice


From: Marten Visser
Subject: Re: Bug report - no return to outer voice at end of associatedvoice
Date: Mon, 9 Dec 2013 19:55:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Thomas Morley <thomasmorley65 <at> gmail.com> writes:

> 
> 2013/12/8 Marten Visser <msvisser <at> planet.nl>:
> 
> > \score {
> >         <<
> >                 \new Staff {
> >                         \key c \minor
> >                         \new Voice = "Melody" { \relative c''
> > \VocalStaffNotesMelody }
> >                         \new Lyrics \lyricsto #"Melody"
> > {\StanzaOneHebrewTrans}
> >                         \new Lyrics \lyricsto #"Melody" 
{\StanzaOneDutch}
> 
> Don't put \new Lyrics _in_ \new Staff
> 
> >                 }
> >         >>
> >         \layout {}
> > }

> 
> A working score:
> 
> \score {
>   <<
>     \new Staff {
>         \new Voice = "Melody" {
>             \key c \minor
>             \relative c'' \VocalStaffNotesMelody
>             }
>     }
>     \new Lyrics \lyricsto "Melody" {\StanzaOneHebrewTrans}
>     \new Lyrics \lyricsto "Melody" {\StanzaOneDutch}
>   >>
>   \layout {}
> }
> 
> Again, no bug here.
> 
> HTH,
>   Harm
> 

-------------------------------------------------------------

> No need for a music-function. Just musicContent = { ... }

Thanks for pointing this out. Keeps it simple, you're correct.


> Don't put \new Lyrics _in_ \new Staff

Ahh!!! Yes, that solved the problem. Thanks so much.
I'm sorry I had not seen this. I had looked at it for 3 days, then decided 
to post it as a bug.

So this is good news for both LilyPond and for my typesetting purposes.

This report can now be closed, as it is not a bug.

Regards,
Marten





reply via email to

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