On Tuesday 27 September 2005 23.21, Fairchild wrote:
> Got it!
>
> Still think it is a bug.

> Here's the workaround.

Though your solution happens to work, it's an unsupported tweak. Don't expect 
it to work with future versions of lily.

I did a quick test, and the following seems to be the "right" way to do it:

{c1 \break
\once \override Score.BarLine #'break-glyph-function = #(lambda (glyph dir) 
(if (> 0 dir) "|." "|:"))
c1 }

It would be possible to add functions \leftBar and \rightBar, to abbreviate 
this.

> %%%%%%%%%%%%%%
>
> Here's a longer example of volta implementation for use somewhere in the
> docs.

You can upload it to LSR, if you like.

-- 
Erik


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

Reply via email to