2008/6/30 Peter Kaplan <[EMAIL PROTECTED]>: > I am producing an edition in 4/2 time, but I would like to use the traditional > symbol for cut time (ยข) rather than the numerical signature (4/2). Is there a > straightforward way to do this and still have lilypond create measures that > are > 4 half-notes long instead of two half-notes long?
The most straightforward way is to print it as a musicglyph inside a markup, and for that you have to replace the time-signature-interface with the text-interface: \once \override Staff.TimeSignature #'stencil = #ly:text-interface::print \once \override Staff.TimeSignature #'text = \markup \musicglyph #"timesig.C22" \time 4/2 Cheers, Valentin _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
