Dear Thomas, Thank you for this it works perfectly. I just wish I understood it! Thanks also Eluze even though I couldn't test your suggestion: I am still on the latest stable (roll on 2.18!).
Kevin On 20 December 2012 01:58, Thomas Morley <[email protected]>wrote: > doubledTimeSignature = > \override Score.TimeSignature #'stencil = > #(lambda (grob) > (let* ((stil (ly:font-get-glyph (ly:grob-default-font grob) > "timesig.C22")) > (staff-space (ly:staff-symbol-staff-space grob)) > (pddng (* 0.5 staff-space)) > (new-stil > (ly:stencil-combine-at-edge > stil > X > RIGHT > stil > pddng))) > new-stil)) >
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
