lilypond-user
[Top][All Lists]
Advanced

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

Re: Can Span_bar_engraver only print at linebreaks?


From: Mats Bengtsson
Subject: Re: Can Span_bar_engraver only print at linebreaks?
Date: Thu, 25 Aug 2005 08:31:47 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

How about

\score {
<<
  \new Staff { c'1 c' c' }
  \new Staff { c'1 c' c' }
>>
\layout{ \context { \Score
  \consists Span_bar_engraver
  \override SpanBar #'break-visibility = #center-invisible
}}
}

I'll add the missing documentation of center-invisible in the
documentation of the item-interface.

   /Mats

Graham Percival wrote:
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
}}
}



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

--
=============================================
        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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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