[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)


--
Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


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

Reply via email to