I have now made a fix that should appear in version 2.11.35.
/Mats
Mats Bengtsson wrote:
This problem has been brought up a few times in the mailing lists, see
http://lists.gnu.org/archive/html/lilypond-devel/2007-07/msg00028.html
Since nobody has reacted since those emails, I will try to fix the
problem in the
source code.
/Mats
Risto Vääräniemi wrote:
Dear All,
I'm trying to add a bar line to the beginning of a system with just one
staff. By default the line is missing but sometimes that looks a bit
odd –
especially when the system starts with a bracket.
I think I found the recipe that should add the bar line. However,
it's not
working I expected. In fact it's not working at all. :-)
I tried to modify the SystemStartBracket example provided by Reinhold
Kainhofer and added a new line to change the collapse-height of the
SystemStartBar. I wonder if this object is for creating bar lines or for
something else. Can anyone tell if there's something wrong in my example
code? The bracket appears all right but the bar line is missing.
-Risto
%%%%%% Snip start %%%%%%%%
\version "2.11.32"
sop = \relative c'' {
c4 c c c }
\layout {
\context {
\ChoirStaff
\override SystemStartBracket #'collapse-height = #1
\override SystemStartBar #'collapse-height = #1
}
}
\score{
\context ChoirStaff <<
\context Staff=soprano <<
\sop
>>
>>
} %%%%%%%% End %%%%%%%%%
--
=============================================
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond