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 12:04:36 +0100

Thanks again all. I found the problem

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

Should be

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

And all looks well now. Probably have more questions later, but for now I am
content.....

Keep well, Erik



> -----Original Message-----
> From: address@hidden [mailto:lilypond-
> address@hidden On Behalf Of Erik Appeldoorn
> Sent: vrijdag 30 oktober 2009 11:45
> To: '-Eluze'
> Cc: address@hidden
> Subject: RE: bracket and staff names
> 
> 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
>       }
> 





reply via email to

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