lilypond-devel
[Top][All Lists]
Advanced

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

Re: [bug?] \lyricsto with lyrics above notes


From: Juergen Reuter
Subject: Re: [bug?] \lyricsto with lyrics above notes
Date: Fri, 3 Sep 2004 12:05:28 +0200 (CEST)

Hi, Erik!

No, unfortunately, that does not help.  satb.ly says:

    \context Staff = upper {
        \context Voice = singer \upper
    }
    \lyricsto "singer" \new Lyrics \text

i.e. the voice comes *before* the lyrics, but I want the lyrics to appear 
*above* the notes.

Greetings,
Jürgen

On Fri, 3 Sep 2004, Erik Sandberg wrote:

> See input/template/out-www/collated-files.html#satb.ly
> 
> Erik
> 
> On Friday 03 September 2004 00.42, Juergen Reuter wrote:
> > The following piece:
> >
> > voice = \context Voice = myVoice { \notes { c' d' e' c' } }
> > text = \lyrics { Aah bee cee dee }
> > \score {
> >     {
> >         \context Staff = myStaff <<
> >         \context Lyrics = sopranoLyrics \lyricsto myVoice { \text }
> >         \voice
> >
> >     }
> > }
> >
> > gives me:
> >
> > warning: cannot find Voice `voice'
> >
> > and no lyrics are printed.  If I put the line "\voice" *before* the line
> > "\context Lyrics ...", then it works.  Does that mean that there is no way
> > to print lyrics *above* a voice when using \lyricsto?  I would consider
> > this a bug.
> >
> > Greetings,
> > Jürgen
> >
> >
> > _______________________________________________
> > lilypond-devel mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/lilypond-devel
> 




reply via email to

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