bug-lilypond
[Top][All Lists]
Advanced

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

Re: lyricsto bug


From: Erik Sandberg
Subject: Re: lyricsto bug
Date: Sat, 31 Jan 2004 16:22:33 +0100
User-agent: KMail/1.5.4

> >   \notes <<
> >   \context Voice=A \notes {\songA \songB }
> >   \lyricsto A \context Lyrics \lyrics { a a a a }
>
> You have \lyrics inside a \notes block.  It confuses the hell out of me.
> daveA

True, there is a useless \notes there. If that confuses you, then just remove 
\notes from there. It doesn't change anything.

Erik

I.e.:
\version "2.1.16"

songA = \notes \relative c' { a2. r8. }
songB = \notes \relative c'' { a16 a8 a }

\score {
  <<
  \context Voice=A \notes {\songA \songB }
  \lyricsto A \context Lyrics \lyrics { a a a a }
  >>
}

songAB = \notes \relative c' { a2. r8. a16 a8 a }

\score {
  <<
  \context Voice=A \notes {\songAB }
  \lyricsto A \context Lyrics \lyrics { a a a a }
  >>
}





reply via email to

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