Simon Albrecht skrev 23-09-2015 21:29:
On 23.09.2015 18:28, Andreas Stenberg wrote:
Hi!

I need a way to modify the double time signature snippet in LSR

Which one?
It’s hard to help without a starting point…

Yours, Simon
Hups!
Sorry did forget to include this.


#(define ((double-time-signature glyph a b) grob)
   (grob-interpret-markup grob
          (markup #:override '(baseline-skip . 2.5) #:number
                  (#:line ((markup (#:fontsize 4 #:musicglyph glyph))
                           (#:fontsize -1 #:column (a b)))))))

\relative c' {
  \override Score.TimeSignature.stencil =
      #(double-time-signature  "timesig.mensural64" "3" "2")
  \time 3/4
  c8 b c d e f g4 g g g4 a8 g f e d2. \bar "|."
}


Andreas

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

Reply via email to