Thank you Michael! I was not aware of the Lilypond snippet repository. I
changed the examples to

\version "2.19.61"

#(define ((double-time glyph a) grob)
   (grob-interpret-markup grob
     (markup #:override '(baseline-skip . 0) #:number
       (#:line ((markup (#:fontsize 0 #:musicglyph glyph))
           #:vcenter a )))))

\new score \relative c'' {
  \override Score.TimeSignature.stencil =
    #(double-time "timesig.C22" "3")
  \time 6/1
  \repeat unfold 12 c1
}

and it works like expected.

Regards,
sailfox


On 26.06.2017 12:45, Michael Gerdau wrote:
> Hi sailfox,
>
>> I would like to create a time signature with alla breve followed by a
>
> maybe http://lsr.di.unimi.it/LSR/Item?id=725 or 
> http://lsr.di.unimi.it/LSR/Item?id=782 will give you a starting point?
>
> Kind regards,
>
> Michael
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

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

Reply via email to