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: luis jure
Subject: Re: bar lines at the beginning of staves
Date: Sun, 18 Dec 2011 18:53:35 -0200

on 2011-12-18 at 20:14 Marc Hohl wrote:

>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 { }
>   }


thanks for your answer, marc! unfortunately, i don't know how to make this
work for several staves. if i try this:


\score {
\new StaffGroup \with { \override SystemStartBracket #'transparent = ##t }
<<
       \override StaffGroup.SystemStartBracket #'collapse-height = #1
       \override Score.SystemStartBar #'collapse-height = #1
       \new Staff { c'1 }
       \new Staff { c'1 }
       \new Staff { c'1 }
 >>  
     \layout { }
   }

i sure get a line spanning all the staves. 

i see that the LSR snippet works because it creates a new score for each
staff, but music is not aligned between staves.




reply via email to

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