lilypond-user
[Top][All Lists]
Advanced

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

Re: How to mix spanned and non-spanned bars ?


From: Dmytro O. Redchuk
Subject: Re: How to mix spanned and non-spanned bars ?
Date: Wed, 28 Feb 2007 18:37:08 +0200
User-agent: Mutt/1.4.2.1i

On Wed, Feb 28, 2007 at 06:07:20PM +0200, Dmytro O. Redchuk wrote:
> On Wed, Feb 28, 2007 at 04:19:14PM +0200, Dmytro O. Redchuk wrote:
> > Hi,
> > 
> >    i'm just starting to learn LilyPond, so i have questions:
> > 
> >    1. Is it possible to mix separate bar rules (like \sepbarrules in
> >       MusixTeX) for different instruments and "common" bar rules for them
> >       (like \stdbarrules in MusixTeX)?
> 
> About this question:
>      How to bind "Span_bar_engraver" to *-line-breaking-callback to make
>      spanned bar lines at the end of every line?
>      (To "before-" or "after-line-breaking-callback"?)
> 
>      Or is there any other solution?
> 
>      Or is there any other way to mix spanned bar lines with separated
>      ones?

   Okay, i've found something so far, looks working:

        \layout {
                \context {
                        \ChoirStaff \consists "Span_bar_engraver"
                        \override SpanBar #'break-visibility = #center-invisible
                }
        }


   But, really, CAN I mix spanned with non-spanned? Is it ever possible?


-- 
  _,-=._              /|_/|
  `-.}   `=._,.-=-._.,  @ @._,
     `._ _,-.   )      _,.-'
        `    G.m-"^m`m'        Dmytro O. Redchuk





reply via email to

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