lilypond-user
[Top][All Lists]
Advanced

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

RE: bracket and staff names


From: Erik Appeldoorn
Subject: RE: bracket and staff names
Date: Fri, 30 Oct 2009 11:45:18 +0100

Eluze
Thanks for the explanation, but solving one problem creates a new one.

The names of the staves now are correct. But the lyrics belonging to the
notes are completely misplaced. Lyrics of voices now get collected all in
one go below the bass staff. 

More to learn I guess. Here is how it is looking now.


\score {
<<
\new ChoirStaff

<<
        \new Staff = "Sopraan" {
        \set Staff.instrumentName = #"Sopraan" 
        \sop 
        }

        \new Staff = "Alt" {
        \set Staff.instrumentName = #"Alt"
        \alt
        }

        \new Staff = "Tenor" {
        \set Staff.instrumentName = #"Tenor" 
        \ten
        }

        \new Staff = "Bas" {
        \set Staff.instrumentName = #"Bas"
        \bas
        }
>>

\new PianoStaff <<
   \new Staff = "ManualOne" <<
     \new Voice { \rh }
   >>
   \new Staff = "ManualTwo" <<
     \new Voice { \lh }
   >>
>>
>>
}

> -----Original Message-----
> From: address@hidden [mailto:lilypond-
> address@hidden On Behalf Of -Eluze
> Sent: vrijdag 30 oktober 2009 11:20
> To: address@hidden
> Subject: Re: bracket and staff names
> 
> 
> 
> Erik Appeldoorn wrote:
> >
> >
> > 2nd I'm missing the names of the voices before the staves although I use
> > the
> > \set Staff.instrumentName.
> >
> if yout set the instrument names *before* the notes they will be
> displayed:
> 
>       \new Staff = "Sopraan" {
>         \set Staff.instrumentName = #"Sopraan"
>         \sop
>       }
> 
> --
> View this message in context: http://old.nabble.com/bracket-and-staff-
> names-tp26126880p26127716.html
> Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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