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

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

Re: few questions


From: David Ondreka
Subject: Re: few questions
Date: Fri, 29 Sep 2000 18:03:51 +0200 (CEST)

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

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

-----------------------------------------------------------------------
David Ondreka <address@hidden>




reply via email to

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