On Fri, 29 Sep 2000, Han-Wen Nienhuys wrote:

> [EMAIL PROTECTED] writes:
> > 2. Can \addlyrics somehow be used if the lyrics should go *above* the
> > associated staff?
> 
> yes
> 
>       \notes < \context Lyrics = LA { s1 }
>               \context Staff = SA  { s1 }
>               \addlyrics \context Staff = SA { \thenotes }
>                           \context Lyrics = LA { \thetext } >
>       
> > \score{
> > 
> >   \context Staff <
> >     \context Voice = one \stemup \notes \relative c''' {
> >       r8 a e4 a e
> >     }
> >     \context Voice = two \stemdown \notes \relative c'' {
> >       r1
> >     }
> >   >
> > } 
> > 
> > The whole rest in the lower voice gets printed *above* the eigth rest
> > of the upper voice. Is this a bug?
> 
> I think you want
> 
>   \context Voice = one { \stemup ...  }
> 
> (note the position of the braces)
> 
Hmm, this one doesn't work either:

\score{

  \context Staff <
    \context Voice = one {
      \stemup
      \notes \relative c''' {
        r8 a e4 a e
      }
    }
    \context Voice = two {
      \stemdown
      \notes \relative c'' {
        r1
      }

    }
  >
}

Am I still doing something wrong
> 
> --
> Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/
> 

-----------------------------------------------------------------------
David Ondreka <[EMAIL PROTECTED]>


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to