> Does anyone know how to reduce the spacing between glyphs in these
> custom time signatures?
\version "2.18.0"
timeTwoOne = {
\once \override Staff.TimeSignature.stencil =
#(lambda (grob)
(grob-interpret-markup grob
#{ \markup \concat { \musicglyph #"timesig.C22" \musicglyph #"timesig.C22"
} #}))
\time 2/1
}
timeFourTwo = {
\once \override Staff.TimeSignature.stencil =
#(lambda (grob)
(grob-interpret-markup grob
#{ \markup \concat { \musicglyph #"timesig.C44" \musicglyph #"timesig.C44"
} #}))
\time 4/2
}
\relative c' {
\timeTwoOne c\breve
\time 2/2 c1
\timeFourTwo c\breve
\time 4/4 c1
}
Hope this helps!
Kieren.
_______________________
Kieren MacMillan, composer
www: <http://www.kierenmacmillan.info>
email: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user