Re: forcing bar number events

2013-09-20 Thread Werner LEMBERG
> The property barNumberVisibility takes a function as its argument. > I forget what the function's arguments need to be, but if you can > figure that out, you can roll your own function that prints the > number at bar 10. The arguments are the bar number and the current timing position. It woul

Re: forcing bar number events

2013-09-20 Thread Werner LEMBERG
>> Is it possible to make bar number `10' visible automatically? >> Looking up the documentation, it seems that a bar number gets >> printed only if there is a bar line, and \compressFullBarRests >> prevents that... > > I don't think this is a good idea. How would the reader know at > which momen

Re: forcing bar number events

2013-09-20 Thread Janek WarchoĊ‚
2013/9/20 Werner LEMBERG > consider this snippet > > \relative c'' { > \compressFullBarRests > \set Score.barNumberVisibility = #(every-nth-bar-number-visible 5) > \override Score.BarNumber.break-visibility = #end-of-line-invisible > c1 | c1 | c1 | c1 | > c1 | c1 | c1 | c1 |

Re: forcing bar number events

2013-09-20 Thread m...@mikesolomon.org
Sent from my iPhone On 20 sept. 2013, at 08:50, Werner LEMBERG wrote: > > [2.17.26] > > Folks, > > > consider this snippet > > \relative c'' { >\compressFullBarRests >\set Score.barNumberVisibility = #(every-nth-bar-number-visible 5) >\override Score.BarNumber.break-visibilit

Re: forcing bar number events

2013-09-20 Thread Werner LEMBERG
>> It would be a great simplification if it would not be necessary to >> artificially break up `R1*4' into `R1 R1*3'. > > The multi-measure rests break on any event, tempo change, double > bar..., > > so you could put a repeating s1*5 in the 'conductor' part if you > want to prevent the rests fr

Re: forcing bar number events

2013-09-20 Thread Keith OHara
Werner LEMBERG gnu.org> writes: > It would be a great simplification if it would not be necessary to > artificially break up `R1*4' into `R1 R1*3'. > The multi-measure rests break on any event, tempo change, double bar..., so you could put a repeating s1*5 in the 'conductor' part if you want t

forcing bar number events

2013-09-19 Thread Werner LEMBERG
[2.17.26] Folks, consider this snippet \relative c'' { \compressFullBarRests \set Score.barNumberVisibility = #(every-nth-bar-number-visible 5) \override Score.BarNumber.break-visibility = #end-of-line-invisible c1 | c1 | c1 | c1 | c1 | c1 | c1 | c1 | R1*4 | c1 |