|
| From: | Gilles THIBAULT |
| Subject: | Re: Change appearance of the SpanBar |
| Date: | Mon, 17 May 2010 21:19:53 +0200 |
I'm new to lilypond
Welcome !
Does anyone know whether it's possible to manually force a SpanBar to appear as "|"?
\override StaffGroup.SpanBar #'glyph-name = #"|"
seems to work. Not easy at all to find.
You can also add in your \layout
\context {
\StaffGroup
\override SpanBar #'glyph-name = #"|"
}
Gilles
| [Prev in Thread] | Current Thread | [Next in Thread] |