Dan Eble <[email protected]> writes:

> Does anyone know how to reduce the spacing between glyphs in these
> custom time signatures?  I’ve tried overriding word-space.  I’ve tried
> \translate.  Neither had the desired effect.  Thanks.

\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
}



-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to