[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: remove-empty-staff-volta
From: |
Erik Sandberg |
Subject: |
Re: remove-empty-staff-volta |
Date: |
Tue, 26 Oct 2004 13:29:42 +0200 |
User-agent: |
KMail/1.6.2 |
On Tuesday 26 October 2004 13.08, Mats Bengtsson wrote:
> In this situation, you have to explicitly tell LilyPond which context
> to add the volta to:
>
> <<
> \new Staff {R1*3 \break b1}
> \new Staff \with{ voltaOnThisStaff = ##t} {
> \repeat "volta" 2 { c'1 } \alternative {{c'1}{c'1}} c'1}
OK! I added a note in texidoc and removed the important tag. IMO it's still a
bug though - ideally lilypond should move the volta bracket to the uppermost
alive staff.
Erik