On Thu, 27 Jun 2002 15:03:01 Rune Zedeler wrote:
> David Raleigh Arnold wrote:
> 
> > There doesn't seem to be any straightforward way to get
> > barlines with a rhythmic staff unless there is another
> > staff grouped with it.
> 
> This has been fixed in 1.5, in 1.4 you have to insert
> 
>           \translator {
>               \RhythmicStaffContext
>               \consists "Clef_engraver"
>               BarLine \override #'bar-size = #2
>           }
> 
> into your paper block (clef engraver of course only if you are also 
> annoyed with the missing clef). Replace 2 with other valuse to change 
> the height of the bar lines.
> 
> -Rune
> 
--

Excellent!  Thank you so much.  I hope that 

            \translator {
                \RhythmicStaffContext
                \consists "Clef_engraver"
                BarLine \override #'bar-size = #0
            }
will work also, because I like the way it looks at the
bottom of a staff group, when it borrows the other
staff's bars.  I have documents using it
both ways now, and supporting both ways would be
good IMHO. 

------------------------------------------------------------
Information is not knowledge.           Belief is not truth.
Indoctrination is not teaching.   Tradition is not evidence.
         David Raleigh Arnold   [EMAIL PROTECTED]

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to