lilypond-user
[Top][All Lists]
Advanced

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

bracket and staff names


From: Erik Appeldoorn
Subject: bracket and staff names
Date: Fri, 30 Oct 2009 10:01:34 +0100

I have a snipped of code that doesn’t quite come out is expected / wanted. The score is a choir SATB with organ (two staffs)

 

I would like the normal bracket to be in front of the SATB staffs. It now extends to the last staf.

 

2nd I’m missing the names of the voices before the staves although I use the \set Staff.instrumentName.

 

Any other hints also very welcome.

 

 

\score {

\new ChoirStaff

<< 

{

\new Staff = "Sopraan" \sop

\set Staff.instrumentName = #"Sopraan"

}

{

\new Staff = "Alt" \alt

\set Staff.instrumentName = #"Alt"

}

{

\new Staff = "Tenor" \ten

\set Staff.instrumentName = #"Tenor"

}

{

\new Staff = "Bas" \bas

\set Staff.instrumentName = #"Bas"

}

 

\new PianoStaff <<

   \new Staff = "ManualOne" <<

     \new Voice { \rh }

   >>

   \new Staff = "ManualTwo" <<

     \new Voice { \lh }

   >>

>> 

>> 

}

 

Hou je goed / Keep well,

 

Erik

 


reply via email to

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