lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two time signatures


From: sailfox
Subject: Re: Two time signatures
Date: Mon, 26 Jun 2017 14:45:08 +0200

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]