lilypond-user
[Top][All Lists]
Advanced

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

Re: Symbol to indicate an unmetered (cadenza) bar


From: Urs Liska
Subject: Re: Symbol to indicate an unmetered (cadenza) bar
Date: Fri, 18 Apr 2014 11:04:34 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Am 18.04.2014 10:43, schrieb Piaras Hoban:
Something along these lines perhaps:

\score {
     \new Staff {
         \once\override Staff.TimeSignature.stencil = #(lambda (grob)
                 (grob-interpret-markup grob (markup #:fontsize 5 #:vcenter
"X")))
         \time 4/4
         \cadenzaOn
         c'1 \bar "|"
         \cadenzaOff

         \once\override Staff.TimeSignature.stencil = #(lambda (grob)
                 (grob-interpret-markup grob (markup #:fontsize 6 #:vcenter
"0")))
         \time 4/4
         \cadenzaOn
         c'1 \bar "|"
         \cadenzaOff
     }
}

piaras

I think for these kind of issues it would be worth having a look at the SMuFL specification and maybe the Bravura font, as demonstrated By Peter in his current Scores of Beauty post.

Urs



reply via email to

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