> From: Kieren MacMillan > Is there a way to have the TimeSignature stencil > output with a thin white border? That way, you > could stack Slur, TimeSignature, and StaffSymbol > grobs, and the Slur would look like it > "disappeared" behind the TimeSignature.
Will using markup suffice?
\version "2.13.0"
\markup \combine
\musicglyph #"clefs.G"
\whiteout \pad-markup #0.75 \musicglyph #"accidentals.sharp"
\markup \combine
\musicglyph #"clefs.G"
\whiteout \pad-around #0.75 \musicglyph #"accidentals.sharp"
\markup \combine
\musicglyph #"clefs.G"
\whiteout \pad-to-box #'(0 . 2) #'(-2 . 2)
\musicglyph #"accidentals.sharp"
- Mark
<<attachment: white-border.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
