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


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

Reply via email to