2012 4:00:43 PM
>Subject: Re: lilypond-user Digest, Vol 113, Issue 99
>
>
>Thank you Gilles and David: One more thing - how to put a box or circle to
>the bar number that are now multiple of 5's?
>
>
>Blessing in+,
>
>
>>
day, April 30, 2012 3:21:21 PM
>Subject: Re: lilypond-user Digest, Vol 113, Issue 99
>
>> Can I just print the multiple of fifth's (or 10's) only - the in between nar
>> number should be blank?
>
>
>
Can I just print the multiple of fifth's (or 10's) only - the in between
nar number should be blank?
%%
\version "2.15.37"
%%% solution 1
\relative c'' {
\override Score.BarNumber #'break-visibility = #'#(#f #t #t)
\override S
Hi Ming,
On Mon, Apr 30, 2012 at 4:53 PM, MING TSANG wrote:
> Hi, David, I asked the wrong question. The right one: Can I just print
> the multiple of fifth's (or 10's) only - the in between nar number should
> be blank?
>
>
OK, I now see what you want. For that you can do something like this
ypond-user@gnu.org"
>Sent: Monday, April 30, 2012 10:59:29 AM
>Subject: Re: lilypond-user Digest, Vol 113, Issue 99
>
>
>Hi Ming,
>
>
>On Mon, Apr 30, 2012 at 11:23 AM, MING TSANG wrote:
>
>Thank you, David. Is it possible not to print other numbers other than
Err..
;; if you change 5 to 3 in the line below, you'll get a bar line
> every three bars; if you change it to 10, every ten
> ;; bars; etc.
>
>
That's "bar number" of course!
___
lilypond-user mailing list
lilypond-user@gnu.org
htt
Hi Ming,
On Mon, Apr 30, 2012 at 11:23 AM, MING TSANG wrote:
> Thank you, David. Is it possible not to print other numbers other than
> the multiple of five's?
>
To to this, you only need to change one line of Harm's function (see below):
>
> \relative c'' {
>
>\override Score.BarN
PM
>Subject: Re: lilypond-user Digest, Vol 113, Issue 99
>
>
>Hi,
>
>
>On Sun, Apr 29, 2012 at 8:37 PM, MING TSANG wrote:
>
>
>>
>>
>>
>>\version "2.15.37"
>>\relative c'' {
>>\override Score.BarNumber #'break-
Hi,
On Sun, Apr 29, 2012 at 8:37 PM, MING TSANG wrote:
>
>
> \version "2.15.37"
> \relative c'' {
> \override Score.BarNumber #'break-visibility = #'#(#f #t #t)
> \override Score.BarNumber #'stencil =
> #(lambda (grob)
> (let* ((stil (ly:text-interface::print grob))
> (text (ly:grob-propert
ber #'break-visibility = #'#(#f #t #t)
>>> ? ? ? ?\override Score.BarNumber #'stencil =
>>> ? ? ? ? ? ? ? ? ?#(lambda (grob)
>>> ? ? ? ? ? ? ? ? ? ?(let* ((stil (ly:text-interface::print grob))
>>> ? ? ? ? ? ?
10 matches
Mail list logo