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

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

Re: percent repeats followed by grace notes

2021-06-15 Thread Jean Abou Samra
Le 11/06/2021 à 22:58, Vaylor Trucks a écrit : This might be a bug that's already know but I wanted to check to see if anyone has a workaround. If you follow a multi-bar percent repeat with a grace note, the result it that the last measure is squashed a bit. Without the grace note

percent repeats followed by grace notes

2021-06-11 Thread Vaylor Trucks
This might be a bug that's already know but I wanted to check to see if anyone has a workaround. If you follow a multi-bar percent repeat with a grace note, the result it that the last measure is squashed a bit. Without the grace note everything is equally spaced. Here's a small example that

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

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

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 >

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: > >

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 }

Re: Split percent repeats at line breaks

2020-03-01 Thread antlists
On 29/02/2020 13:10, Davide Liessi wrote: Hi all. I'd like to have percent repeats automatically split at line breaks, i.e., in the following example I'd like the first score to look like the second. \version "2.19.84" \score { \repeat percent 30 { c'1 } } \score { { \repe

Split percent repeats at line breaks

2020-02-29 Thread Davide Liessi
Hi all. I'd like to have percent repeats automatically split at line breaks, i.e., in the following example I'd like the first score to look like the second. \version "2.19.84" \score { \repeat percent 30 { c'1 } } \score { { \repeat percent 14 { c'1 } \repeat percen

Re: percent repeats (bug?)

2019-07-04 Thread Wols Lists
On 04/07/19 00:59, Christopher Heckman wrote: > In a post/email sent out several months ago, Randy brought up some > issues about percent repeats over more than two measures. He cited two > issues, related to where the percent sign is placed and what it looks > like. > > I

Re: percent repeats (bug?)

2019-07-03 Thread Christopher Heckman
In a post/email sent out several months ago, Randy brought up some issues about percent repeats over more than two measures. He cited two issues, related to where the percent sign is placed and what it looks like. I would like to add a third: line breaks aren't allowed in the middle of a \repeat

Re: percent repeats (bug?)

2019-02-13 Thread Thomas Morley
Am Mi., 13. Feb. 2019 um 05:32 Uhr schrieb 智樂喬 : > > \repeat percent is not as "smart" as I was hoping it would be. When dealing > with repeats longer than two bars, there are two issues: > > The percent symbol is not centered, but placed in the left-most measure; and > The slashes of the percent

percent repeats (bug?)

2019-02-12 Thread 智樂喬
\repeat percent is not as "smart" as I was hoping it would be. When dealing with repeats longer than two bars, there are two issues: 1. The percent symbol is not centered, but placed in the left-most measure; and 2. The slashes of the percent symbol do not reflect the number of

Re: Percent repeats and parallel voices

2017-05-22 Thread Menu Jacques
Hello Harm, You don’t live up to your name, you help does no harm, quite the contrary... Thanks a lot! JM > Le 22 mai 2017 à 10:39, Thomas Morley a écrit : > > 2017-05-22 10:27 GMT+02:00 Menu Jacques >: >> >> Hello

Re: Percent repeats and parallel voices

2017-05-22 Thread Thomas Morley
2017-05-22 10:27 GMT+02:00 Menu Jacques : > > Hello folks, > > How exactly does \repeat percent interact with voices? > > It seems that the percent displayed is a staff feature, so I tried to have > more that one voice. > > But in the example below, the color is not applied to

Percent repeats and parallel voices

2017-05-22 Thread Menu Jacques
Hello folks, How exactly does \repeat percent interact with voices? It seems that the percent displayed is a staff feature, so I tried to have more that one voice. But in the example below, the color is not applied to the percent. Thanks for your help! JM \version

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

Re: Compressing percent repeats.

2016-01-22 Thread Michael Gerdau
Hi Pierre, > \version "2.19.35" > > compressPercentRepeat = > #(define-music-function (repeats notes) (integer? ly:music?) > (let* ( >(mea (ly:music-length notes)) >(num (ly:moment-main-numerator mea)) >(den (ly:moment-main-denominator mea)) >(dur

Re: Compressing percent repeats.

2016-01-22 Thread Pierre Perol-Schneider
Hi Michae, Well actually I've hesitated to do that. It depends on how you read it. I finally choose to stick to : \version "2.19.35" \relative c'' { \set countPercentRepeats = ##t \repeat percent 8 { c1 } } But ok, it's a personal choice, maybe not the best. Cheers, Pierre 2016-01-22

Re: Compressing percent repeats.

2016-01-22 Thread Hwaen Ch'uqi
BTW, another hacky solution would be to use \compressFullBarRests and >> simply change its stencil with the 'percent' sign. >> Not nice though. >> ~Pierre >> >> 2016-01-19 12:27 GMT+01:00 Pierre Perol-Schneider < >> pierre.schneider.pa...@gmail.com>:

Re: Compressing percent repeats.

2016-01-22 Thread Michael Gerdau
> Well actually I've hesitated to do that. It depends on how you read it. I > finally choose to stick to : > > \version "2.19.35" > > \relative c'' { > \set countPercentRepeats = ##t > \repeat percent 8 { c1 } > } I see - in light of that it makes sense. > But ok, it's a personal choice,

Re: Compressing percent repeats.

2016-01-21 Thread Pierre Perol-Schneider
erre.schneider.pa...@gmail.com>: > >> Hi Hwaen Ch'uqi, >> >> Far from being perfect but it's a start: >> >> \version "2.19.35" >> >> compressPercent = >> #(define-music-function (repeats notes) (integer? ly:music?) >> #{ >>

Re: Compressing percent repeats.

2016-01-19 Thread Pierre Perol-Schneider
Hi Hwaen Ch'uqi, Far from being perfect but it's a start: \version "2.19.35" compressPercent = #(define-music-function (repeats notes) (integer? ly:music?) #{ \tag Orch { %% Optional: %\set countPercentRepeats = ##t \repeat percent #repeats \absolute { #notes }

Re: Compressing percent repeats.

2016-01-19 Thread Pierre Perol-Schneider
ut it's a start: > > \version "2.19.35" > > compressPercent = > #(define-music-function (repeats notes) (integer? ly:music?) > #{ > \tag Orch { > %% Optional: > %\set countPercentRepeats = ##t > \repeat percent #repeats \absolute { #note

Compressing percent repeats.

2016-01-18 Thread Hwaen Ch'uqi
Greetings All, I am generating parts from an orchestral score and am wondering if there is any way of handling percent repeats in the same manner as \compressFullBarRests does for multimeasure rests? That is, a number would be placed above, say, an isolated repeat informing the player how many

Re: Spacing of single beat "percent" repeats

2015-12-31 Thread Ralph Palmer
> > > Not sure I'd agree, but it's already configureable: > > \override DoubleRepeatSlash.slash-negative-kern = #1.4 > %%default is 1.6 > > Cheers, > Harm > Thanks, Harm, Ralph -- Ralph Palmer Brattleboro, VT USA palmer.r.vio...@gmail.com ___

"Percent" repeats for mixed value beats with 32-notes

2015-12-31 Thread Ralph Palmer
Greetings - The Putney (VT) Community Orchestra, under Cailin Mason, recently performed the Overture to Phedre by Massenet. In the viola part, there is a use of percent repeats that makes sense but is not supported by LilyPond and is not directly covered by either Gould ("Behind Bars:"

Re: Spacing of single beat "percent" repeats

2015-12-31 Thread Thomas Morley
2015-12-31 14:57 GMT+01:00 Ralph Palmer <palmer.r.vio...@gmail.com>: > Greetings - > > I request that we increase the space between "percent" repeats of mixed > value beats in order to increase legibility. > > The current spacing shown in > LilyPond — Not

Re: Percent repeats within \parallelMusic

2015-10-02 Thread David Kastrup
an you make a sketch of what you are having problems with? Percent repeats usually are only for a few bars. If they are not staggered over instruments, you can just leave off all bar checks in the repeated passage for all instruments: there is no requirement to do a barcheck/voicesw

Re: Percent repeats within \parallelMusic

2015-10-02 Thread David Sumbler
sing the \parallelMusic structure, it seems > > to me that this won't work. > > Why? Can you make a sketch of what you are having problems with? > Percent repeats usually are only for a few bars. If they are not > staggered over instruments, you can just leave off

Percent repeats within \parallelMusic

2015-10-01 Thread David Sumbler
The string quartet I have been working on has a few passages where one or more of the instruments are playing the same pattern for several bars in succession. In the score I want these to be written out in full, but in the parts I would like to use numbered "percent" repeat marks. The obvious

Re: Problem with Percent repeats

2015-07-23 Thread Joshua Nichols
josh.d.nich...@gmail.com writes: I absolutely sent the wrong example. This is my work around for right now, here below, and re-attached, is the example I'm having trouble with. Ok, here's the deal: percent repeats don't work with changed time signatures. The problem is that a change

Re: Problem with Percent repeats

2015-07-15 Thread David Kastrup
, and re-attached, is the example I'm having trouble with. Ok, here's the deal: percent repeats don't work with changed time signatures. The problem is that a change in time signature is effected by a context property change while typesetting, and the percent repeat _iterator_ starts

Re: Problem with Percent repeats

2015-07-05 Thread Joshua Nichols
See attached and also below. \version 2.18.2 #(set-global-staff-size 17) \paper { paper-height = 3.5\in paper-width = 6\in indent = 0\in right-margin = 0.5\in bottom-margin = 0.5\in top-margin = 0.5\in left-margin = 0.5\in ragged-bottom = ##f ragged-last = ##f } \header {

Re: Problem with Percent repeats

2015-07-05 Thread David Kastrup
Joshua Nichols josh.d.nich...@gmail.com writes: I absolutely sent the wrong example. This is my work around for right now, here below, and re-attached, is the example I'm having trouble with. Ok, here's the deal: percent repeats don't work with changed time signatures. The problem

Re: Problem with Percent repeats

2015-07-05 Thread David Kastrup
David Kastrup d...@gnu.org writes: Joshua Nichols josh.d.nich...@gmail.com writes: I absolutely sent the wrong example. This is my work around for right now, here below, and re-attached, is the example I'm having trouble with. Ok, here's the deal: percent repeats don't work with changed

Problem with Percent repeats

2015-07-05 Thread Joshua Nichols
I've got this snippet: \repeat percent 2 { \time 5/16 a16\[ r c r a] | \time 4/16 c\! r r8 } and I'm having trouble getting it to show up with the percent correctly placed between the barlines. It also needs to be noted that I have \omit \TimeSignature in my \score{}. Any help would

Re: Problem with Percent repeats

2015-07-05 Thread David Kastrup
Joshua Nichols josh.d.nich...@gmail.com writes: I've got this snippet: \repeat percent 2 { \time 5/16 a16\[ r c r a] | \time 4/16 c\! r r8 } and I'm having trouble getting it to show up with the percent correctly placed between the barlines. It also needs to be noted that I

Re: Problem with Percent repeats

2015-07-05 Thread Joshua Nichols
I absolutely sent the wrong example. This is my work around for right now, here below, and re-attached, is the example I'm having trouble with. \version 2.18.2 #(set-global-staff-size 17) \paper { paper-height = 3.5\in paper-width = 6\in indent = 0\in right-margin = 0.5\in

Re: Problem with Percent repeats

2015-07-05 Thread Joshua Nichols
...@gnu.org writes: Joshua Nichols josh.d.nich...@gmail.com writes: I absolutely sent the wrong example. This is my work around for right now, here below, and re-attached, is the example I'm having trouble with. Ok, here's the deal: percent repeats don't work with changed time

RE: Numbers over double percent repeats

2014-01-03 Thread Daniel Rosen
-Original Message- From: Marc Hohl [mailto:m...@hohlart.de] Sent: Friday, January 03, 2014 2:49 AM To: lilypond-user@gnu.org Subject: Re: Numbers over double percent repeats Am 03.01.2014 06:51, schrieb Daniel Rosen: How can I modify the code below so that it produces output more

Re: Numbers over double percent repeats

2014-01-03 Thread Marc Hohl
Am 03.01.2014 16:17, schrieb Daniel Rosen: -Original Message- [...] Nope, that gives me a 2 over the first percent and a 3 over the second. I need both of them to have a 2. Ah, ok, sorry, I misunderstood your request completely. Perhaps http://lsr.dsi.unimi.it/LSR/Item?id=883 is

Re: Numbers over double percent repeats

2014-01-03 Thread Marc Hohl
Am 03.01.2014 18:32, schrieb Marc Hohl: Am 03.01.2014 16:17, schrieb Daniel Rosen: -Original Message- [...] Nope, that gives me a 2 over the first percent and a 3 over the second. I need both of them to have a 2. Ah, ok, sorry, I misunderstood your request completely. Perhaps

Re: Numbers over double percent repeats

2014-01-03 Thread Marc Hohl
Am 03.01.2014 19:08, schrieb Marc Hohl: Am 03.01.2014 18:32, schrieb Marc Hohl: Am 03.01.2014 16:17, schrieb Daniel Rosen: -Original Message- [...] Nope, that gives me a 2 over the first percent and a 3 over the second. I need both of them to have a 2. Ah, ok, sorry, I

RE: Numbers over double percent repeats

2014-01-03 Thread Daniel Rosen
-Original Message- From: Marc Hohl [mailto:m...@hohlart.de] Sent: Friday, January 03, 2014 1:25 PM To: Daniel Rosen; lilypond-user@gnu.org Subject: Re: Numbers over double percent repeats Am 03.01.2014 19:08, schrieb Marc Hohl: Am 03.01.2014 18:32, schrieb Marc Hohl: Am

Re: Numbers over double percent repeats

2014-01-02 Thread Marc Hohl
Am 03.01.2014 06:51, schrieb Daniel Rosen: How can I modify the code below so that it produces output more along the lines of the attachment (regarding the numbers over the percent repeats)? I want the number to express how many measures are being repeated, not how many repetitions. I think

\RemoveEmptyStaves doesn’t work after percent repeats

2013-12-18 Thread Peter Crighton
When using \RemoveEmptyStaves, after a section of percent repeats the next line containing only rests doesn’t get removed: \version 2.17.29 { \repeat percent 4 { c'1 } \break R1*4 } \layout { \context { \Staff \RemoveEmptyStaves } } Is there a way to manually remove

Percent repeats and polyphony. Bug?

2013-11-01 Thread Francisco Vila
Hello. I bring this from the Spanish list: { \time 2/4 \repeat percent 3 b'2 \\ b2 \repeat percent 3 b2 } [image attached] Here, the repeated part which has polyphony lacks one of the percent symbols. Anyone knows why? Thanks. -- Francisco Vila. Badajoz (Spain) www.paconet.org ,

Re: Percent repeats and polyphony. Bug?

2013-11-01 Thread Thomas Morley
2013/11/2 Francisco Vila paconet@gmail.com: Hello. I bring this from the Spanish list: { \time 2/4 \repeat percent 3 b'2 \\ b2 \repeat percent 3 b2 } [image attached] Here, the repeated part which has polyphony lacks one of the percent symbols. Anyone knows why? Thanks.

Re: Polymetric notation and percent repeats

2008-11-19 Thread Francesco Casadei
and back. This way spacing and percent repeats should work fine. Regards, Francesco Casadei ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Polymetric notation and percent repeats

2008-11-18 Thread Francesco Casadei
} } } and then: \override Staff.TimeSignature #'stencil = #ly:text-interface::print \override Staff.TimeSignature #'text = #tsMarkup \clef bass \time 7/4 I can't get the percent repeats printed properly according to the compound signature time. \repeat percent 2 { d1 \bar | d2. | } This outputs two measures

Re: Polymetric notation and percent repeats

2008-11-18 Thread Neil Puttock
Hi Francesco, 2008/11/18 Francesco Casadei [EMAIL PROTECTED]: I've tried using this hack: \repeat percent 2 { d1 \skip 2. | \skip 1 d2. | } This works, but the result is ugly because of the horizontal spacing introduced by the skips. A slightly different hack, using scaled durations

Percent repeats

2008-05-08 Thread Palmer, Ralph
Greetings - I'm working on Repeats for the GDP (yep, still). Currently, Short Repeats includes percent repeats and tremolos (for strings, tremolos include both fingered and bowed tremolos). Percent repeats is not a term I have heard outside of LilyPond, and if I were looking for those repeats

Re: Percent repeats

2008-05-08 Thread Kieren MacMillan
Hi Ralph, My Essential Dictionary of Music Notation uses the terms beat repetitions measure repetitions section repetitions However, it has no special term for the symbol -- it simply describes it in words: This sign (%) is used... For the record, it also says Do not use [beat

Re: Percent repeats

2008-05-08 Thread Mats Bengtsson
, Short Repeats includes percent repeats and tremolos (for strings, tremolos include both fingered and bowed tremolos). Percent repeats is not a term I have heard outside of LilyPond, and if I were looking for those repeats, percent is not the term I would look under. Does anyone have a suggestion

Counting repeated bars (without percent repeats)

2007-12-08 Thread Lasse Rempe
Something frequently used, particularly in orchestral music with repetitive parts, is counting repeated bars - as described for percent repeats in http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Measure-repeats#Measure-repeats , but without using the percent repeat style. I.e

Re: Percent repeats at line breaks (v2.7.12)

2005-10-20 Thread Erik Sandberg
On Wednesday 19 October 2005 15.39, Thies Albrecht wrote: Hi everybody! Any idea or hint on how to automatically expand percent repeats once at line breaks. For example \repeat percent 50 {c d e f} should lead to several line breaks. At each new line the repeat should be unfolded

Percent repeats at line breaks (v2.7.12)

2005-10-19 Thread Thies Albrecht
Hi everybody! Any idea or hint on how to automatically expand percent repeats once at line breaks. For example \repeat percent 50 {c d e f} should lead to several line breaks. At each new line the repeat should be unfolded instead of printing a percent symbol. A question about

counting percent repeats

2003-01-11 Thread Simon Bailey
hi all, i don't know if this question has been asked before -- i couldn't find it in the archives: is there anyway to print percent repeat counts over percent repeats? so that the output of \repeat percent 8 { r4 a a | } would produce percents signs labelled 1-7 after the first bar

Recursive percent repeats

2002-07-04 Thread Erik Sandberg
Hi, I have half a bar of music which is repeated 6 times, and I'd like the output to look something like | [music] / | % | % | The intuitive way to do this would be \repeat percent 3 { \repeat percent 2 { [music] } | } but I just get a warning: no one to print a percent and the / in the

Recursive percent repeats

2002-07-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: Hi, I have half a bar of music which is repeated 6 times, and I'd like the output to look something like | [music] / | % | % | The intuitive way to do this would be \repeat percent 3 { \repeat percent 2 { [music] } | } but I just get a warning: no one

Re: Recursive percent repeats

2002-07-04 Thread Rune Zedeler
Citat Erik Sandberg [EMAIL PROTECTED]: How should I do to get the desired result? If you are desperate then you could try with (untested) \repeat percent 3 { [music] \property Staff.NoteHead \override #'style = #'slash \property Staff.Stem \override #'thickness = #0 b'2