bug-lilypond
[Top][All Lists]
Advanced

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

Re: remove-empty-staff-volta


From: Mats Bengtsson
Subject: Re: remove-empty-staff-volta
Date: Tue, 26 Oct 2004 13:08:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

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}

>>


    /Mats

Erik Sandberg wrote:
This happens in 2.2 also, hence it is a non-critical bug.

%important
%Erik Sandberg

\version "2.3.24"

\header {
texidoc = "Volta brackets are removed if @code{RemoveEmptyStaffContext} removes the top staff"
reportedin = "2.3.24"
}

\layout {
  raggedright = ##t
  \context { \RemoveEmptyStaffContext }
}

<<
\new Staff {R1*3 \break b1}
\new Staff {\repeat "volta" 2 { c'1 } \alternative {{c'1}{c'1}} c'1}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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