gnu-music-discuss
[Top][All Lists]
Advanced

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

few questions


From: Han-Wen Nienhuys
Subject: few questions
Date: Fri, 29 Sep 2000 17:26:48 +0200

address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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