Hi,

  I try to print a compound time signature using this construction:

--
\once \override Staff.TimeSignature #'stencil = #ly:text-interface::print
   \once \override Staff.TimeSignature #'text =
   \markup {
     \override #'( baseline-skip . 0 )
  %%%   \hspace #2
     \number {
       \center-column {\line {"3 2 3" } "8" }
     }
   }
--

The first number touches the clef, so I used \hspace to shift it to the right - but then the 8 jumps down one space.
Any hints appreciated.

Thomas

LilyPond 2.13.60
Kubuntu 10.10

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

Reply via email to