lilypond-user
[Top][All Lists]
Advanced

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

Can Span_bar_engraver only print at linebreaks?


From: Graham Percival
Subject: Can Span_bar_engraver only print at linebreaks?
Date: Wed, 24 Aug 2005 17:30:30 -0700

I'd like to connect staffs at the beginning (default) and end of each line, but not in the middle. Can any of the variables in Span_bar_engraver do this? I'm not certain if print-fuction is designed to handle this kind of thing or not.


\score {
<<
  \new Staff { c'1 c' c' }
  \new Staff { c'1 c' c' }
>>
\layout{ \context { \Score
  \consists Span_bar_engraver
}}
}





reply via email to

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