Re: Four bar percent repeat mark?

2023-09-22 Thread Jean Abou Samra
> Le 22 sept. 2023 à 15:51, Dr. Thomas Tensi a écrit : > > Any ideas whether this shall be put on the official lilypond > "change request" list? It's already there. See https://gitlab.com/lilypond/lilypond/-/issues/3146

Four bar percent repeat mark?

2023-09-22 Thread Dr. Thomas Tensi
Dear all, about 15 years ago there has been a question on (or "request for") a four bar percent repeat mark. As far as I see this has not yet been implemented in Lilypond possibly due to lack of user interest. Nevertheless note that this seems to be a common notation especially

percent repeat issue

2021-04-23 Thread Vaylor Trucks
I'm seeing an issue if I change time signatures during a percent repeat. Let's start with a 3 bar snare drum phrase \version "2.22.0" snareline = \drummode { \time 3/8 sn8[ sn sn] \time 2/4 sn8[ sn sn sn] \time 4/4 sn8[ sn sn sn] sn[ sn sn sn] } \score { << \new DrumSta

Re: Percent repeat signs do not scale correctly with magnifyStaff

2021-04-17 Thread Peter Crighton
On Sat, 17 Apr 2021 at 08:22, Jean Abou Samra wrote: > > Le 16/04/2021 à 23:19, Peter Crighton a écrit : > > when using \magnifyStaff it seems as though the dots of a percent > > repeat sign will scale accordingly, but not the slash. I cannot > > imagine th

Re: Percent repeat signs do not scale correctly with magnifyStaff

2021-04-17 Thread Jean Abou Samra
Le 16/04/2021 à 23:19, Peter Crighton a écrit : Hello all, when using \magnifyStaff it seems as though the dots of a percent repeat sign will scale accordingly, but not the slash. I cannot imagine this is expected behaviour. \version "2.23.2" {   \magnifyStaff 0.5   \repeat

Percent repeat signs do not scale correctly with magnifyStaff

2021-04-16 Thread Peter Crighton
Hello all, when using \magnifyStaff it seems as though the dots of a percent repeat sign will scale accordingly, but not the slash. I cannot imagine this is expected behaviour. \version "2.23.2" { \magnifyStaff 0.5 \repeat percent 2 { c'1 } } I also could not find

Percent repeat counter starting at 1

2020-10-31 Thread David Sumbler
By default the percent repeat counter does not put a "1" over the bar which is to be repeated; it starts with a "2" over the first actual repetition. This is what is normally required, but for clarity in one particular instance I would like the repeat counter to put a &q

Re: Typesetting tweak with percent repeat

2018-04-25 Thread Evan Driscoll
On Wed, Apr 25, 2018 at 5:49 PM, Aaron Hill <lilyp...@hillvisions.com> wrote: > There is a simple workaround, however, which is to attach the articulation > to an empty chord before the percent repeat: > Brilliant! > The resulting alignment might not be to your taste, a

Re: Typesetting tweak with percent repeat

2018-04-25 Thread Edward Neeman
your first idea doesn’t work as expected Aaron! I also > wonder why. > > I would suggest a slight tweak of the workaround, using a multi measure rest > to center the up bow: > > \version "2.18.2" > makePercent = > #(define-music-function (parser location note

Re: Typesetting tweak with percent repeat

2018-04-25 Thread Edward Neeman
Interesting that your first idea doesn’t work as expected Aaron! I also wonder why. I would suggest a slight tweak of the workaround, using a multi measure rest to center the up bow: \version "2.18.2" makePercent = #(define-music-function (parser location note) (ly:music?) "

Re: Typesetting tweak with percent repeat

2018-04-25 Thread Aaron Hill
(make-music 'ArticulationEvent 'articulation-type "upbow"))) %% There is a simple workaround, however, which is to attach the articulation to an empty chord before the percent repeat: %% cello = \relative c { a4(\downbow b c d) | <>\upbow \makePercent s1 \bar "||&q

Typesetting tweak with percent repeat

2018-04-25 Thread Evan Driscoll
Suppose I have a percent repeat. I'd like to place a bowing mark above it. (I realize this isn't strictly "correct" perhaps.) Is there a way to do that? My guess to the most promising approach is to use the \makePercent isolated repeat from http://lilypond.org/doc/v2.19/Documentatio

Re: 4 slashes in percent repeat

2016-04-04 Thread Marc Hohl
, but the rest of the instruments don't have repetitive bars. I've have seen this usage in rock songs for instance. I see. I understand the issue of having 2 empty bars and it seems like having a number above the percent repeat helps. Example: https://musescore.org/sites/musescore.org/files/finale%20four

Re: 4 slashes in percent repeat

2016-04-03 Thread Daniel E. Moctezuma
seen this usage in rock songs for instance. I understand the issue of having 2 empty bars and it seems like having a number above the percent repeat helps. Example: https://musescore.org/sites/musescore.org/files/finale%20four-bar.jpg I've found a workaround for this here: https

Re: 4 slashes in percent repeat

2016-04-03 Thread Marc Hohl
Am 03.04.2016 um 15:36 schrieb Thomas Morley: 2016-04-02 19:47 GMT+02:00 Daniel E. Moctezuma <democtez...@gmail.com>: Hello I was wondering if it's possible to have a percent repeat with 4 slashes in LilyPond. Like an \override setting or similar. My use case is when a set of 4 bars rep

Re: 4 slashes in percent repeat

2016-04-03 Thread Thomas Morley
2016-04-02 19:47 GMT+02:00 Daniel E. Moctezuma <democtez...@gmail.com>: > Hello > > I was wondering if it's possible to have a percent repeat with 4 slashes in > LilyPond. > Like an \override setting or similar. > My use case is when a set of 4 bars repeats n times, like:

4 slashes in percent repeat

2016-04-02 Thread Daniel E. Moctezuma
Hello I was wondering if it's possible to have a percent repeat with 4 slashes in LilyPond. Like an \override setting or similar. My use case is when a set of 4 bars repeats n times, like: \repeat percent 4 { c1 | d | e | f | } the most I can get is a double percent symbol

Re: Percent repeat counter in Staff with ChordNames

2015-12-30 Thread Robert Schmaus
c'' % switch to changes \chords { \set countPercentRepeats = ##t \set repeatCountVisibility = #(every-nth-repeat-count-visible 4) \repeat percent 8 { c1 : maj7 } } } } %%%%%%%% Everything works fine except the Percent Repeat Counter. If I switch from

Re: Percent repeat counter in Staff with ChordNames

2015-12-30 Thread Robert Schmaus
Am 30/12/15 um 20:35 schrieb David Kastrup: Robert Schmaus writes: Hi David, as you pointed out a week ago, this works fine: \version "2.19.18" \score { \new Staff \with { \accepts "ChordNames" \consists Percent_repeat_engraver } { % some

Re: Percent repeat counter in Staff with ChordNames

2015-12-30 Thread David Kastrup
Robert Schmaus writes: > Hi David, > > as you pointed out a week ago, this works fine: > > \version "2.19.18" > > \score { > > \new Staff > \with { > \accepts "ChordNames" > \consists Percent_repeat_engraver > } { > % some written out music > c''4 c''

Percent repeat counter in Staff with ChordNames

2015-12-23 Thread Robert Schmaus
ercentRepeats = ##t \set repeatCountVisibility = #(every-nth-repeat-count-visible 4) \repeat percent 8 { c1 : maj7 } } } } Everything works fine except the Percent Repeat Counter. If I switch from \chords { ... } to \chordmode { ... }, the counter works, but I no lon

Re: Percent repeat counter in Staff with ChordNames

2015-12-23 Thread David Kastrup
nsists Percent_repeat_engraver > } { > % some written out music > c''4 c'' c'' c'' > > % switch to changes > \chords { > \set countPercentRepeats = ##t > \set repeatCountVisibility = #(every-nth-repeat-count-visible 4) > \repeat percent 8 { c1 : m

Re: Percent repeat counter in Staff with ChordNames

2015-12-23 Thread Robert Schmaus
gt;c''4 c'' c'' c'' >> >>% switch to changes >>\chords { >> \set countPercentRepeats = ##t >> \set repeatCountVisibility = #(every-nth-repeat-count-visible 4) >> \repeat percent 8 { c1 : maj7 } >>} >> } >> } >

Re: Print Double Percent Repeat inside a markup

2015-08-30 Thread Caio Giovaneti de Barros
On 29-08-2015 21:56, Thomas Morley wrote: If you want to stick to LilyPond's markup-commands, I'd suggest to split construction into steps otherwise it's confusing. Awesome! ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Print Double Percent Repeat inside a markup

2015-08-29 Thread Caio Giovaneti de Barros
Thanks guys! On 28-08-2015 15:26, tisimst wrote: On 8/28/2015 12:18 PM, Stephen MacNeil [via Lilypond] wrote: how is Nice! That looks like a good one, too! Isn't it great to have this kind of flexibility? I love it! - Abraham I'm tinkering here with Stephen's code to try to draw the second

Re: Print Double Percent Repeat inside a markup

2015-08-29 Thread Thomas Morley
2015-08-30 2:16 GMT+02:00 Caio Giovaneti de Barros caio.bar...@gmail.com: Thanks guys! On 28-08-2015 15:26, tisimst wrote: On 8/28/2015 12:18 PM, Stephen MacNeil [via Lilypond] wrote: how is Nice! That looks like a good one, too! Isn't it great to have this kind of flexibility? I love

Print Double Percent Repeat inside a markup

2015-08-28 Thread Caio Giovaneti de Barros
Hello! I want to print a double percent repeat inside a markup so I can use it as a graphic in a footnote. How can I do that? I read in the manual - lilypond.org/doc/v2.19/Documentation/notation/short-repeats under /Isolated percent repeats /- that it is possible to print a single percent

Re: Print Double Percent Repeat inside a markup

2015-08-28 Thread tisimst
Caio, On 8/28/2015 9:14 AM, Caio Barros [via Lilypond] wrote: Hello! I want to print a double percent repeat inside a markup so I can use it as a graphic in a footnote. How can I do that? I read in the manual - lilypond.org/doc/v2.19/Documentation/notation/short-repeats under

Print Double Percent Repeat inside a markup

2015-08-28 Thread Stephen MacNeil
how is % inspired by: http://lsr.di.unimi.it/LSR/Item?id=908 \version 2.18.2 percentRepeat = \markup { \combine \translate #'(0.2 . 1.5) \draw-circle #0.22 #0 ##t \combine \translate #'(1.8 . 0.5) \draw-circle #0.22 #0 ##t \rotate #90

Re: Print Double Percent Repeat inside a markup

2015-08-28 Thread tisimst
it! - Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/Print-Double-Percent-Repeat-inside-a-markup-tp180318p180319.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing list lilypond-user

Re: Adding markup to percent repeat sign

2014-02-03 Thread David Bellows
of repeated measures that I would like to notate using the percent repeat symbol with text above it like 8x or any other arbitrary text. The built-in functionality does not seem to allow for this unless I'm missing something. I found a snippet to generate a percent repeat sign: makePercent

Adding markup to percent repeat sign

2014-02-02 Thread David Bellows
Hello all, I'm writing a kind of minimalist piece that has a lot of repeated measures that I would like to notate using the percent repeat symbol with text above it like 8x or any other arbitrary text. The built-in functionality does not seem to allow for this unless I'm missing something. I

Re: Adding markup to percent repeat sign

2014-02-02 Thread TaoCG
David Bellows wrote Hello all, I'm writing a kind of minimalist piece that has a lot of repeated measures that I would like to notate using the percent repeat symbol with text above it like 8x or any other arbitrary text. The built-in functionality does not seem to allow for this unless

Re: Percent repeat

2013-12-03 Thread Ralph Palmer
On Sat, Nov 30, 2013 at 2:26 PM, Janek Warchoł janek.lilyp...@gmail.comwrote: Hi, 2013/11/30 Noeck noeck.marb...@gmx.de: Hi, is this a bug or is there some reason why this should be correct: If I use a percent repeat in a customly timed measure (5/4 instead of 4/4), the repeat

Percent repeat

2013-11-30 Thread Noeck
Hi, is this a bug or is there some reason why this should be correct: If I use a percent repeat in a customly timed measure (5/4 instead of 4/4), the repeat symbol lacks the dots and is placed to the left of the bar. If I write something before the repeat (a time signature or only

Re: Percent repeat

2013-11-30 Thread Janek Warchoł
Hi, 2013/11/30 Noeck noeck.marb...@gmx.de: Hi, is this a bug or is there some reason why this should be correct: If I use a percent repeat in a customly timed measure (5/4 instead of 4/4), the repeat symbol lacks the dots and is placed to the left of the bar. If I write something before

Re: Percent repeat

2013-11-30 Thread Colin Campbell
On 11/30/2013 12:05 PM, Noeck wrote: Hi, is this a bug or is there some reason why this should be correct: If I use a percent repeat in a customly timed measure (5/4 instead of 4/4), the repeat symbol lacks the dots and is placed to the left of the bar. If I write something before the repeat

Re: How to add markings to a percent repeat?

2013-01-22 Thread David Kastrup
Eluze elu...@gmail.com writes: David Kastrup wrote Eluze lt; eluzew@ gt; writes: ryanmichaelmcclure wrote Is it possible to add either dynamics or markup to a percent repeat? I have a measure which is repeated 7 times with the following command: \repeat percent 7 {a8\p\staccato e'8

Re: How to add markings to a percent repeat?

2013-01-21 Thread Eluze
ryanmichaelmcclure wrote Is it possible to add either dynamics or markup to a percent repeat? I have a measure which is repeated 7 times with the following command: \repeat percent 7 {a8\p\staccato e'8\staccato a,8\staccato e'8\staccato} I want to add a crescendo (\cresc) on the 7th repeat

Re: How to add markings to a percent repeat?

2013-01-21 Thread David Kastrup
Eluze elu...@gmail.com writes: ryanmichaelmcclure wrote Is it possible to add either dynamics or markup to a percent repeat? I have a measure which is repeated 7 times with the following command: \repeat percent 7 {a8\p\staccato e'8\staccato a,8\staccato e'8\staccato} I want to add

Re: How to add markings to a percent repeat?

2013-01-21 Thread Eluze
David Kastrup wrote Eluze lt; eluzew@ gt; writes: ryanmichaelmcclure wrote Is it possible to add either dynamics or markup to a percent repeat? I have a measure which is repeated 7 times with the following command: \repeat percent 7 {a8\p\staccato e'8\staccato a,8\staccato e'8

Mix of repeat percent repeat volta

2008-12-11 Thread Luci
Hi all, My question is how to beneficiate of percent in an repeat volta alternative ? See attached pdf / script. - First line is what i don't want : having to repeat first measure in the first alternative - 2nd is what i want with using the trick of a rest + percent sign stencil Question #1

Re: Mix of repeat percent repeat volta

2008-12-11 Thread Neil Puttock
Hi, 2008/12/11 Luci [EMAIL PROTECTED]: Question #1 is : - how to simply have the percent without cheating ? I don't think it's possible. - if not possible, how to customize the stencil to have the basic percent look ? http://lsr.dsi.unimi.it/LSR/Item?id=499 Question #2 is : - on both

Re: Mix of repeat percent repeat volta

2008-12-11 Thread Luci
Wow that was simple, thanks for your answers. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: percent repeat glyph

2008-11-24 Thread Daniel Hulme
On Sat, Nov 22, 2008 at 01:17:27AM +, Neil Puttock wrote: I think the best option is to make the kerning settings tweakable. In fact, there's a TODO in the source suggesting this. I've just submitted a patch for review; attached is some sample output. I updated my source and had a play

Re: percent repeat glyph

2008-11-21 Thread Neil Puttock
Hi Daniel, 2008/11/17 Daniel Hulme [EMAIL PROTECTED]: I have just got back from a band rehearsal, and tonight for the first time I could see what bothers me about Lilypond's percent glyph: the dots are too far out. I think they should be horizontally closer to the centre, so that the space

percent repeat glyph

2008-11-17 Thread Daniel Hulme
I have just got back from a band rehearsal, and tonight for the first time I could see what bothers me about Lilypond's percent glyph: the dots are too far out. I think they should be horizontally closer to the centre, so that the space between the dot and the oblique stroke is more like the space

Number over the percent repeat?

2008-04-09 Thread Stan Mulder
In a percent repeat, can I get the number of measures to be repeated over the double percent sign? \time 4/4 \repeat percent 2 { d8 f4 d8 e4 e | d2 csharp } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Number over the percent repeat?

2008-04-09 Thread Graham Percival
It's the second example in the 2.11 docs. Cheers, - Graham On Wed, 9 Apr 2008 14:36:06 + (UTC) Stan Mulder [EMAIL PROTECTED] wrote: In a percent repeat, can I get the number of measures to be repeated over the double percent sign? \time 4/4 \repeat percent 2 { d8 f4 d8 e4 e | d2

Re: Number over the percent repeat?

2008-04-09 Thread Mats Bengtsson
2008 14:36:06 + (UTC) Stan Mulder [EMAIL PROTECTED] wrote: In a percent repeat, can I get the number of measures to be repeated over the double percent sign? \time 4/4 \repeat percent 2 { d8 f4 d8 e4 e | d2 csharp } ___ lilypond-user mailing

Re: Number over the percent repeat?

2008-04-09 Thread Reinhold Kainhofer
Am Mittwoch, 9. April 2008 schrieb Graham Percival: Stan Mulder [EMAIL PROTECTED] wrote: In a percent repeat, can I get the number of measures to be repeated over the double percent sign? It's the second example in the 2.11 docs. While we are at it: Is there something similar for long tied

Re: Number over the percent repeat?

2008-04-09 Thread Mats Bengtsson
Reinhold Kainhofer wrote: Am Mittwoch, 9. April 2008 schrieb Graham Percival: Stan Mulder [EMAIL PROTECTED] wrote: In a percent repeat, can I get the number of measures to be repeated over the double percent sign? It's the second example in the 2.11 docs. While we

Re: Number over the percent repeat?

2008-04-09 Thread Reinhold Kainhofer
Am Mittwoch, 9. April 2008 schrieben Sie: Reinhold Kainhofer wrote: Am Mittwoch, 9. April 2008 schrieb Graham Percival: Stan Mulder [EMAIL PROTECTED] wrote: In a percent repeat, can I get the number of measures to be repeated over the double percent sign? It's the second example

RE: Number over the percent repeat?

2008-04-09 Thread Steven Weber
PROTECTED] On Behalf Of Reinhold Kainhofer Sent: Wednesday, April 09, 2008 8:57 AM To: Mats Bengtsson; lilypond-user@gnu.org Subject: Re: Number over the percent repeat? Am Mittwoch, 9. April 2008 schrieben Sie: Reinhold Kainhofer wrote: Am Mittwoch, 9. April 2008 schrieb Graham Percival: Stan

Re: Percent repeat sign

2005-08-20 Thread Claus Wilke
Maybe I should have started with this question, but what do you need the notation for? If Mats' trick serves you, then it's ok. Otherwise please let me know, then I will go ahead with adding the sponsored feature. I realized that Mats' trick would work in principle, but I don't like it (a)

Re: Percent repeat sign

2005-08-20 Thread Claus Wilke
I expect that it will also work with 2.2 , you have to add \score{\notes {}}. Yes, it works fine, even in 2.2. However, I need a similar command to turn my rests back into normal rests. At least in 2.2, this command produces percent-shaped rests for the remainder of the score. I added this

Re: Percent repeat sign

2005-08-20 Thread Claus Wilke
try adding \once before the \override, or do \revert MultiMeasureRest #'print-function Yup, that works. Claus ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Percent repeat sign

2005-08-19 Thread Han-Wen Nienhuys
Claus Wilke wrote: Maybe I should have started with this question, but what do you need the notation for? If Mats' trick serves you, then it's ok. Otherwise please let me know, then I will go ahead with adding the sponsored feature. I realized that Mats' trick would work in principle, but I

Re: Percent repeat sign

2005-08-18 Thread Mats Bengtsson
of repeat signs can be obtained by c d e f \repeat percent 5 {g a b c} /Mats Claus Wilke wrote: Hello, is it possible to directly engrave percent repeat signs? As far as I understand, the percent repeat mechanism always first engraves something (notes, rests, etc.), and then engraves bars

Re: Percent repeat sign

2005-08-18 Thread Han-Wen Nienhuys
Claus Wilke wrote: [percent repeats without body] as Mats pointed, it is of course possible to get this, just by putting the last measure of the previous material in the \repeat. Of course, then you can't do \fragment \repeat percent 4 { \skip 1 } \otherFragment \repeat percent

Percent repeat sign

2005-08-17 Thread Claus Wilke
Hello, is it possible to directly engrave percent repeat signs? As far as I understand, the percent repeat mechanism always first engraves something (notes, rests, etc.), and then engraves bars with repeat signs. I.e., if I do \repeat percent 4 { r1 } I get one bar with a rest, and then three

Re: Percent repeat sign

2005-08-17 Thread Han-Wen Nienhuys
Claus Wilke wrote: Hello, is it possible to directly engrave percent repeat signs? As far as I understand, the percent repeat mechanism always first engraves something (notes, rests, etc.), and then engraves bars with repeat signs. I.e., if I do \repeat percent 4 { r1 } I get one bar

Re: Adding number to percent repeat

2005-05-07 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], Ishizaki [EMAIL PROTECTED] writes Hi, I'm using Lilypond 2.4.6 on Linux. Is there anyway to print repeated number onto the percent sign? Like this, 2 3 4 5 [music] | % | % | % | % | [another music] |... Oddly enough, I was thinking of asking the same

Adding number to percent repeat

2005-05-04 Thread Ishizaki
Hi, I'm using Lilypond 2.4.6 on Linux. Is there anyway to print repeated number onto the percent sign? Like this, 2 3 4 5 [music] | % | % | % | % | [another music] |... |

Re: Percent repeat questions

2004-12-21 Thread Mats Bengtsson
the one with the grace note. This can even result in a percent repeat mark at the very beginning of the line. Thanks Dick Schoeller [EMAIL PROTECTED] http://schoeller.ne.client2.attbi.com

Percent repeat questions

2004-12-20 Thread Richard Schoeller
not been able to find a workaround. If one part has precent repeats and another part has measures that begin with a grace note, then the percent repeats will be mispositioned in the measures near the one with the grace note. This can even result in a percent repeat mark at the very beginning

Re: percent repeat

2002-07-01 Thread Antonio PALAMA'
Rune Zedeler wrote: The spacing engine has been rewritten in 1.5. In 1.5 the score fits into 5 lines - with 9 normal meassures and approx 20 percent measures per line. O.K. it seems I have to go to 1.5.63. I downloaded the sources and tried ./configure (I'm running Debian Woody) I get

Re: percent repeat

2002-07-01 Thread Atte Andre Jensen
On Mon, 1 Jul 2002, Antonio PALAMA' wrote: Another question already asked by Atte Jensen: What's the best route to follow to have both 1.4.14 and 1.5.63 installed at the same time? Since nobody answered be fore I ran out of patience I just went ahead and wiped 1.4.14 + installed 1.5.63.

Rehearsal marks, percent repeat

2002-06-29 Thread Antonio PALAMA'
{picture}% }% }} is not usable at all (lots of white space before and after the barline). Do you have any suggestion to solve the problem? I would like to look in the sources to see if I can do something to solve the problems outlined in my previous posting about percent repeat: - Too wide percent

Re: Rehearsal marks, percent repeat

2002-06-29 Thread Antonio PALAMA'
Han-Wen wrote: - It is not possible to have multiple precent repeat behave a la skipBars That's more difficult. You would have to look into percent-repeat-engraver.cc and percent-repeat-iterator.cc I'm also not sure what you really want. AFAIK the syntax for repeating longer fragments

Re: Rehearsal marks, percent repeat

2002-06-29 Thread Simon Bailey
On Sat, 2002-06-29 at 12:38, Han-Wen wrote: That's more difficult. You would have to look into percent-repeat-engraver.cc and percent-repeat-iterator.cc I'm also not sure what you really want. AFAIK the syntax for repeating longer fragments is . /// ///. this is for repeating

Re: Rehearsal marks, percent repeat

2002-06-29 Thread Mats Bengtsson
(number of slashes = number of measures.) I've seen numbers on top just to help people, i.e. 1 2 3 % | % | % | etc. another version i came across a lot when i used to play in the youth orchestra was : 8 | % | as in the number of repeats over one

Percent repeat problems

2002-06-24 Thread Antonio PALAMA'
I would like to reduce the default width of the percent repeat bars. I tried to figure out which is the Property that controls this parameter but did not find it. I also miss a feature which was available with 1.2.17 but has disappeared with 1.4.X i.e. to have multiple percent repeat bars

Re: Percent repeat problems

2002-06-24 Thread Simon Bailey
, simon. On Mon, 2002-06-24 at 22:05, Antonio PALAMA' wrote: I would like to reduce the default width of the percent repeat bars. I tried to figure out which is the Property that controls this parameter but did not find it. I also miss a feature which was available with 1.2.17 but has