Re: quoting percent repeats

2023-05-18 Thread Valentin Petzel
Hello Paul, while I’m not entirely sure what is going on there it seems like the iterator for quoted music is messing with the logic of the iterator for percent repeated music. This is done not by the engraver, but by the iterator. Basically the iterator decides on whether to create PercentReap

quoting percent repeats

2023-05-15 Thread Paul Scott
I asked about this 3 years and I don't remember getting a workable answer: I would expect the two voices in the following MWE to have the same simple percent signs.  Is there a way get the expected result? \version "2.25.4" anotes = \fixed c' {   \time 2/4 \repeat percent 2 { a2 } \repeat per

Re: quoting percent repeats

2020-03-19 Thread Kevin Barry
Hi Paul, OK I see the problem. In my opinion this is a bug. In the circumstances I think you should find a workaround that prints the output you want. (I can't recommend anything because I don't know the motivation for quoting repeat signs.) Kevin On Thu, 19 Mar 2020 at 20:56, Paul Scott wrote:

Re: quoting percent repeats

2020-03-19 Thread Paul Scott
Those are single beat repeat marks (slashes). They should be percent signs. Thank you for looking at this, Paul On Mar 19, 2020, at 1:38 PM, Kevin Barry wrote: > Hi Paul, > > I see the repeat signs in the 2nd, 3rd and 4th bars when I engrave it. > I have attached what I see. How is it differ

Re: quoting percent repeats

2020-03-19 Thread Kevin Barry
Hi Paul, I see the repeat signs in the 2nd, 3rd and 4th bars when I engrave it. I have attached what I see. How is it different from what you are looking for? Kevin On Thu, 19 Mar 2020 at 15:55, Paul Scott wrote: > > I would expect the output to have simple percent signs in the 2nd, 3rd and >

Re: quoting percent repeats

2020-03-19 Thread Paul Scott
I would expect the output to have simple percent signs in the 2nd, 3rd and 4th bars. Paul On Mar 19, 2020, at 1:21 AM, Kevin Barry wrote: > Hi Paul, > > Your example compiles for me, but I'm not sure what you are trying to > do or what the expected output is. Could you please provide more > i

Re: quoting percent repeats

2020-03-19 Thread Kevin Barry
Hi Paul, Your example compiles for me, but I'm not sure what you are trying to do or what the expected output is. Could you please provide more information about what you are trying to do? Best wishes, Kevin On Tue, 17 Mar 2020 at 20:27, Paul Scott wrote: > > A better example would be: > > \ver

Re: quoting percent repeats

2020-03-17 Thread Paul Scott
A better example would be: \version "2.20.0" xNotes = { \repeat percent 4 c''1 } \addQuote qx \xNotes yNotes = { \quoteDuring qx s1*4 } \score{ \yNotes } On 3/17/20 1:20 PM, Paul Scott wrote: Should the MWE below work?

quoting percent repeats

2020-03-17 Thread Paul Scott
Should the MWE below work? If it doesn't how do I engrave the percent symbol for a workaround? (My understanding of the internals docs is weaker than it should be.) TIA, Paul \version "2.20.0" xNotes = { \repeat percent 4 c''1 } \addQuote qx \xNotes yNotes = { \cueDuring qx #up R1*4 } \sc

quoting percent repeats

2016-09-24 Thread Paul Scott
Should I be able to quote a percent repeat? xNotes = { \repeat percent 4 c''1 } \addQuote qx \xNotes yNotes = { \quoteDuring qx s1*4 } \score{ \new StaffGroup << \new Staff \xNotes \new Staff \yNotes >> } TIA Paul ___ lilypond-user mailing list