counter for voltas with no alternative endings?

2019-02-16 Thread Stig Brautaset
Hi, I'm trying to engrave some music that has 4 bars repeated 8 times. I can use a volta, but since there is no alternative ending it doesn't print the number of repeats. Is there any way to force that to print? Here's a minimal example. The first volta doesn't print the number of repeats, the se

RE: counter for voltas with no alternative endings?

2019-02-16 Thread Mark Stephen Mrotek
: Saturday, February 16, 2019 1:52 PM To: lilypond-user@gnu.org Subject: counter for voltas with no alternative endings? Hi, I'm trying to engrave some music that has 4 bars repeated 8 times. I can use a volta, but since there is no alternative ending it doesn't print the number of repeats.

RE: counter for voltas with no alternative endings?

2019-02-16 Thread Stig Brautaset
re.repeatCommands = #'((volta #f) (volta "4.") end-repeat) > f1 > \set Score.repeatCommands = #'((volta #f)) > } > > Mark > > -Original Message- > From: lilypond-user > [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of >

RE: counter for voltas with no alternative endings?

2019-02-18 Thread Federico Bruni
ommands = #'((volta #f)) } Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Stig Brautaset Sent: Saturday, February 16, 2019 1:52 PM To: lilypond-user@gnu.org Subject: counter for voltas with no alternative endin

RE: counter for voltas with no alternative endings?

2019-02-18 Thread Stig Brautaset
c4 b d e >>>\set Score.repeatCommands = #'((volta #f) (volta "4.") end-repeat) >>>f1 >>>\set Score.repeatCommands = #'((volta #f)) >>> } >>> >>> Mark >>> >>> -Original Message- >&

RE: counter for voltas with no alternative endings?

2019-02-18 Thread Federico Bruni
: Saturday, February 16, 2019 1:52 PM To: lilypond-user@gnu.org Subject: counter for voltas with no alternative endings? Hi, I'm trying to engrave some music that has 4 bars repeated 8 times. I can use a volta, but since there is no alternative ending it doesn't print

Re: counter for voltas with no alternative endings?

2019-02-18 Thread Aaron Hill
On 2019-02-18 9:28 pm, Federico Bruni wrote: I see. AFAIK it's not standard notation (I mean, I would interpret it as the 8th volta of a missing repeat section), but if that's what you want... :-) Il giorno lun 18 feb 2019 alle 20:06, Stig Brautaset ha scritto: Hi Federico, Well, I won't try

Re: counter for voltas with no alternative endings?

2019-02-18 Thread Stig Brautaset
Aaron Hill writes: > On 2019-02-18 9:28 pm, Federico Bruni wrote: >> I see. AFAIK it's not standard notation (I mean, I would interpret it >> as the 8th volta of a missing repeat section), but if that's what you >> want... :-) [...] > I would recommend using simple markup either at the beginning