lilypond-user
[Top][All Lists]
Advanced

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

Re: bar lines at the beginning of staves


From: Marc Hohl
Subject: Re: bar lines at the beginning of staves
Date: Sun, 18 Dec 2011 20:14:12 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15

Am 18.12.2011 15:01, schrieb luis jure:
on 2011-12-18 at 14:38 Thomas Morley wrote:

try:

\version "2.14.2"

<<
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
% or

\new StaffGroup \with { \override SystemStartBracket #'transparent = ##t }
<<
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }

thanks for your answer, but none of the examples produce what i want.
Here, LSR was my friend. Try

http://lsr.dsi.unimi.it/LSR/Snippet?id=579

in combination with the second example above:

\score {
\new StaffGroup \with { \override SystemStartBracket #'transparent = ##t }
<<
      % Must be lower than the actual number of staff lines
      \override StaffGroup.SystemStartBracket #'collapse-height = #1
      \override Score.SystemStartBar #'collapse-height = #1
      \new Staff {
        c'1
      }
>>
    \layout { }
  }

HTH,

Marc

obviously i was not clear in my previous mail, that's why i included an
image of what i wanted.

in your examples, the line at the beginning of the staff group connects all
the staves, while i want something like this:

(img1)

thank you.



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




reply via email to

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