Try doing the setting on the Score level:

\version "2.11.35"

sop = \relative c'' {
 c4 c c c
}

\layout {
 \context {
   \Score
   \override SystemStartBracket #'collapse-height = #1
   \override SystemStartBar #'collapse-height = #1
 }
}

\score{
  \context ChoirStaff <<
   \context Staff=soprano <<
     \sop
   >>
 >>
}


   /Mats

Risto Vääräniemi wrote:
Dear Mats,

Mats Bengtsson wrote:
I have now made a fix that should appear in version 2.11.35.

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.

The first thing I tried out with 2.11.35 was the snippet below. I was a bit
sad when I noted that the first bar line was still missing. Can you tell me
if I'm using wrong syntax or something?

-Risto

%%%%%% Snip start %%%%%%%%
\version "2.11.35"

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
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to