Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread MING TSANG
: Sunday, April 29, 2012 6:53:38 PM Subject: Re: lilypond-user Digest, Vol 113, Issue 99 Hi, On Sun, Apr 29, 2012 at 8:37 PM, MING TSANG tsan...@rogers.com wrote: \version 2.15.37 \relative c'' { \override Score.BarNumber #'break-visibility = #'#(#f #t #t) \override Score.BarNumber #'stencil

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread David Nalesnik
Hi Ming, On Mon, Apr 30, 2012 at 11:23 AM, MING TSANG tsan...@rogers.com 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'' {

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread David Nalesnik
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

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread MING TSANG
Cc: lilypond-user@gnu.org lilypond-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 tsan...@rogers.com wrote: Thank you, David.   Is it possible not to print other numbers other

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread David Nalesnik
Hi Ming, On Mon, Apr 30, 2012 at 4:53 PM, MING TSANG tsan...@rogers.com 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

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread Gilles
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

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread MING TSANG
: lilypond-user@gnu.org lilypond-user@gnu.org Sent: Monday, 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

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-30 Thread MING TSANG
@gnu.org lilypond-user@gnu.org Sent: Monday, April 30, 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

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-29 Thread MING TSANG
Digest, Vol 113, Issue 99 ** ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-user Digest, Vol 113, Issue 99

2012-04-29 Thread David Nalesnik
Hi, On Sun, Apr 29, 2012 at 8:37 PM, MING TSANG tsan...@rogers.com 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