[EMAIL PROTECTED] writes:
> Hi,
> 
> With the following score, Lilypond 1.6.4 does not typeset the repeat
> signs:
> 
> \score {
>   \notes {
>     c'1 \break
>     \context RhythmicStaff {
>       \repeat volta 2 { c1 } 
>       \alternative { {d1} {e1} }
>     }
>   }
>   \paper { \translator { \HaraKiriStaffContext } }
> }

I've added the following to CVS-1.6:

     'voltaOnThisStaff boolean?

     "Normally, volta brackets are put only on the topmost
      staff. Setting this variable to true, will force a bracket to be
      on this staff as well.

The bracket was on the top staff, which was harakiried away.

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 


_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to