-------- Original-Nachricht --------
Thomas Scharkowski wrote:
Hi,
I would like to write the following key signatures:
1) 5/8 (2+3)
hi
if you don't want to play around with scheme (and only need a workaround for
once or twice) you can use
\override Staff.TimeSignature #'stencil = #ly:text-interface::print
\override Staff.TimeSignature #'text =
\markup {
\override #'( baseline-skip . 0 )
\number
\line {
\column { "5" "8" }
\vcenter { "("
\hspace #-1 "2 + 3"
\hspace #-1
")"
}
}
}
hth
Thank you, this is exactly what I was looking for.
Thomas
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user