lilypond-user
[Top][All Lists]
Advanced

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

Re: time signature 4 / \breve ?


From: Paul Scott
Subject: Re: time signature 4 / \breve ?
Date: Wed, 16 Oct 2019 22:01:34 -0700

Graham,

Thank you very much for both your solutions!

Paul

On Oct 16, 2019, at 7:00 PM, Graham King <address@hidden> wrote:

> Another way (slightly different result):
> 
> \version "2.19.82"
> 
> { 
>  \once \override Staff.TimeSignature #'stencil =
>    #(lambda (grob)
>      (grob-interpret-markup
>       grob
>       #{ \markup
>          \override #'(baseline-skip . 1) 
>          \center-column {
>            \musicglyph "four"
>            \musicglyph "noteheads.sM1" } #}))
>  \time 8/1
>  c'\breve c' c' c'
> }
> 
> _______________________________________________
> 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]