lilypond-user
[Top][All Lists]
Advanced

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

Re: like divisioMinora, but a barline


From: Thomas Morley
Subject: Re: like divisioMinora, but a barline
Date: Sun, 30 Oct 2011 23:07:14 +0100

Hi;

2011/10/30 J. Boor <address@hidden>
A few versions ago, I could do this:

 \once \override Staff.BarLine #'extra-offset = #'(0 . 2)
       \once \override Staff.BarLine #'bar-size = #1 \bar "|"


with a result something like the divisioMinora that's in gregorian.ly,
except that mine was a barline, and therefore line-breakable.

Not the #'bar-size part doesn't work anymore.

Is there something that will ?

JB

use
        \once \override Staff.BarLine #'extra-offset = #'(0 . 2)
        \once \override Staff.BarLine #'bar-extent = #'(-3 . -1)
        \bar "|" 
instead.

Cheers,
  Harm


reply via email to

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