2012/5/23 Urs Liska <li...@ursliska.de>:
> but shouldn't a standard barline have the desired length by default?

Of course, but the new BreathingSign-stencil is only to visualize that
I've got the correct value.
And a BarLine lives in Staff-context but I want the "StaffGroup-size".

Trying:

                \override Score.BarLine #'stencil =
                  #(lambda (grob)
                    (let* ((stil (ly:bar-line::print grob))
                           (stil-ext-y (interval-length
(ly:stencil-extent stil Y))))
                           (newline)(display stil-ext-y)
                           stil))

returns every time the same value, in this case: 3.9975

As expected.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to