lilypond-user
[Top][All Lists]
Advanced

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

extra space at a line end before a new staff


From: Nicolas Sceaux
Subject: extra space at a line end before a new staff
Date: Thu, 11 Nov 2004 17:36:50 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hi,

How can I get rid off the extra space following the last bar of the
first system, in the following example:

\version "2.5.0"
\layout { raggedright = ##t }
\new StaffGroup <<
    \new Staff { g'1 g' g' g' }
    \new Staff { 
        c'1 c' 
        << 
            { \break e'1 e'  }
            \new Staff { 
                \override Staff.TimeSignature #'transparent = ##t
                c'1 c'
            }
        >>
    }
>>

PNG image

I tried to put staff-bar at the end of break-align-orders
(end-of-line), but with no success.

nicolas

reply via email to

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