Re: slur into a repeat volta 2 section

2024-02-24 Thread Knute Snortum
On Sat, Feb 24, 2024 at 11:32 AM Jean Abou Samra wrote: > Just replace 4\repeatTie with 4? > Works like a charm, thanks! -- Knute Snortum

Re: slur into a repeat volta 2 section

2024-02-24 Thread Jean Abou Samra
Just replace `4\repeatTie` with `4`? signature.asc Description: This is a digitally signed message part

slur into a repeat volta 2 section

2024-02-24 Thread Knute Snortum
(There was just recently a discussion around this problem but I can't find it for the life of me. Sorry.) I'm having a problem with a slur going into a repeat volta two section. Normally I would use a \repeatTie but in this case, the slur is to an octave and so the \repeatTie "knows&qu

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-13 Thread Stu McKenzie
uot; #'( #t #t #t )   \defineBarLine "[[|:-EndDouble_ttt" #'( #t #t #t ) but cannot get the results that I'd like, especially when alternatives are added to the repeat volta. Any further suggestions? Yup. Try these:   \defineBarLine "[[|:" #'( #f #t #f )   \de

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-11 Thread Michael Werner
#t ) > \defineBarLine "[[|:-EndDouble_ttt" #'( #t #t #t ) > but cannot get the results that I'd like, especially when alternatives are > added to the repeat volta. > > Any further suggestions? > Yup. Try these: \defineBarLine "[[|:" #'( #f #t #f ) \d

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-10 Thread Stu McKenzie
uld that be acheived? Hi there, Maybe something like this: \version "2.25.9" \language "english" \new Staff {   \defineBarLine "[[|:" #'( #t #t #t )   \defineBarLine ":|]]" #'( #t #t #t )   \new Voice {     \relative c' {       \set Score.startRepeatBarType = #&qu

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-09 Thread Michael Werner
? > Maybe something like this: \version "2.25.9" \language "english" \new Staff { \defineBarLine "[[|:" #'( #t #t #t ) \defineBarLine ":|]]" #'( #t #t #t ) \new Voice { \relative c' { \set Score.startRepeatBarType = #"[|:&q

Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-08 Thread Stu McKenzie
I'd like to differentiate between two repeat voltas in a score by using 2 different start and end bar types. The following bar types are already defined in LilyPond:  Score.startRepeatBarType = #"[|:"  Score.endRepeatBarType = #":|]" I'd like to define a second bar type with double opening

Re: Strange behavior of repeat unfold inside a repeat volta with alternatives.

2023-09-26 Thread Stéphane SOPPERA
with a /repeat unfold/ inside a /repeat volta/ with /alternatives/. See the attached /bug_repeat__ok.ly/ for full source. Using Lilypond 2.24.1:     \repeat volta 2 {   %% Here we repeat three times the same music. *  \relative { c'4 e g r } |** **  \relative { c'4 e g r

Re: Strange behavior of repeat unfold inside a repeat volta with alternatives.

2023-09-26 Thread David Kastrup
Stéphane SOPPERA writes: > I observed a strange behavior with a /repeat unfold/ inside a /repeat > volta/ with /alternatives/. See the attached /bug_repeat__ok.ly/ for > full source. > > Using Lilypond 2.24.1: > >     \repeat volta 2 { >   %% Here we repeat th

Strange behavior of repeat unfold inside a repeat volta with alternatives.

2023-09-26 Thread Stéphane SOPPERA
Hi, I observed a strange behavior with a /repeat unfold/ inside a /repeat volta/ with /alternatives/. See the attached /bug_repeat__ok.ly/ for full source. Using Lilypond 2.24.1:     \repeat volta 2 {   %% Here we repeat three times the same music. *  \relative { c'4 e g r

Cross-nesting \repeat segno and \repeat volta

2023-05-02 Thread Huanyu Liu
Hi, I am trying to write something tricky (but not rare, in my opinion) with both `\repeat segno` and `\repeat volta`. Here is an illustration of what I want to achieve: A ||: B |(Segno) C |(Coda)(Volta 1 start) D1 (Volta 1 end):|| (Volta 2 start) D2 (Volta 2 end)(DS)||(Coda

Re: Repost: LP 2.24.0 segno repeat where coda break is in the middle of a repeat volta block

2023-01-24 Thread Laurie Savage
> I apologize for an earlier email message which contained a huge > attachment. > > Here's a second try with a screenshot of the origin pdf pertinent to > the question at hand attached. > > Scenario: > > In the midst of the main portion of a repeat volta there i

Re: LP 2.24.0 segno repeat where coda break is in the middle of a repeat volta block

2023-01-22 Thread Kenneth Wolcott
Hi David; Thank you so much for reminding me that there are ways to reduce the size of the pdf, decreasing the size to reduce the pain of downloading a huge attachment. Ken On Sun, Jan 22, 2023 at 8:35 AM David Wright wrote: > > On Sat 21 Jan 2023 at 15:51:16 (-0800), Kenneth Wolcott wrote:

Re: LP 2.24.0 segno repeat where coda break is in the middle of a repeat volta block

2023-01-22 Thread David Wright
On Sat 21 Jan 2023 at 15:51:16 (-0800), Kenneth Wolcott wrote: > Using Lilypond 2.24.0, I engraved "Memory" (from "Cats") using the > example published in the Hal Leonard Easy Piano Songs book (the pdf > file generated from photos from this book are huge). I displayed your PDF at 60% size, and

Re: bar check problems with a repeat volta whose first ending is an incomplete bar

2023-01-12 Thread Kenneth Wolcott
: > ... >> >> It is bar #8 that is the incomplete bar in the first repeat volta, > > ... > > Two possibilities: > a) ignore the warning, since it compiles OK; > b) Change the measure length for each voice for this specific measure: > \set Timing.measureLength = #(ly:make-momen

Re: bar check problems with a repeat volta whose first ending is an incomplete bar

2023-01-12 Thread Michael Hendry
On 12 Jan 2023, at 07:17, Pierre Perol-Schneider wrote: > > Hi Kenneth > > Le jeu. 12 janv. 2023 à 07:30, Kenneth Wolcott <mailto:kennethwolc...@gmail.com>> a écrit : > ... >> It is bar #8 that is the incomplete bar in the first repeat volta, > ... &g

Re: bar check problems with a repeat volta whose first ending is an incomplete bar

2023-01-11 Thread Pierre Perol-Schneider
Hi Kenneth Le jeu. 12 janv. 2023 à 07:30, Kenneth Wolcott a écrit : ... > It is bar #8 that is the incomplete bar in the first repeat volta, > ... Two possibilities: a) ignore the warning, since it compiles OK; b) Change the measure length for each voice for this specific measure

Re: \repeat volta 2 + two blocks in \alternative = More alternatives than repeats?

2022-12-23 Thread Kevin Cole
On Fri, Dec 23, 2022 at 10:25 PM William Rehwinkel < will...@williamrehwinkel.net> wrote: > Hey Kevin, > > I identified that this was due to the measure mark "|" you inserted on > line 31 > > \alternative { > { c4.( c8) e16[ f16] } > { c4.( c4.) } | >} > > Since this was outside of

Re: \repeat volta 2 + two blocks in \alternative = More alternatives than repeats?

2022-12-23 Thread William Rehwinkel
. Each has "\repeat volta 2" and two blocks in an "\alternative". I've reduced to what I think is a pretty minimum MWE, and still get: |$ lilypond mwe.ly |GNU LilyPond 2.22.1 |Processing `mwe.ly' |Parsing... |warning: More alternatives than repeats

\repeat volta 2 + two blocks in \alternative = More alternatives than repeats?

2022-12-23 Thread Kevin Cole
I have a section for chords and a section for melody. Each has "\repeat volta 2" and two blocks in an "\alternative". I've reduced to what I think is a pretty minimum MWE, and still get: |$ lilypond mwe.ly |GNU LilyPond 2.22.1 |Processing `mwe.ly' |Parsing..

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 04:27, David Wright a écrit : On Mon 19 Sep 2022 at 17:45:24 (-0700), Kenneth Wolcott wrote: What is "\rightjust"? Is it a variable (macro) that you have defined? I can't find that command in the NR. How does that differ from right-align, which I tried and it didn't work

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-19 Thread David Wright
On Mon 19 Sep 2022 at 17:45:24 (-0700), Kenneth Wolcott wrote: > What is "\rightjust"? Is it a variable (macro) that you have > defined? I can't find that command in the NR. How does that differ > from right-align, which I tried and it didn't work for me. Oops, I'm sorry. I forgot that I'm

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-19 Thread Kenneth Wolcott
HI Jean; Now it finally starts to make sense! Thanks, Ken On Mon, Sep 19, 2022 at 6:30 PM Jean Abou Samra wrote: > > Le 20/09/2022 à 02:45, Kenneth Wolcott a écrit : > > HI David; > > > >Thank you. > > > >What is "\rightjust"? Is it a variable (macro) that you have > > defined? I

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-19 Thread Jean Abou Samra
Le 20/09/2022 à 02:45, Kenneth Wolcott a écrit : HI David; Thank you. What is "\rightjust"? Is it a variable (macro) that you have defined? I can't find that command in the NR. I suppose David defined it as something like rightjust = \tweak self-alignment-X #RIGHT \etc The

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-19 Thread Kenneth Wolcott
HI David; Thank you. What is "\rightjust"? Is it a variable (macro) that you have defined? I can't find that command in the NR. How does that differ from right-align, which I tried and it didn't work for me. Thanks, Ken On Mon, Sep 19, 2022 at 5:23 PM David Wright wrote: > > On Mon 19

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-19 Thread David Wright
On Mon 19 Sep 2022 at 16:28:35 (-0700), Kenneth Wolcott wrote: > I have implemented the "Fine" and "D.C. al Fine" as rehearsal mark markups. > > Now I have a problem where the "D.C. al Fine" consumes much more > space than the bar containing the dotted-half note, it even falls off > the

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-19 Thread Kenneth Wolcott
using a sufficiently recent development version you can also > > > make use of the \repeat segno function, somewhat like this: > > > > > > \version "2.23.12" > > > > > > \layout { > > > > > > \context { > > > > >

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-19 Thread Valentin Petzel
use of the \repeat segno function, somewhat like this: > > > > \version "2.23.12" > > > > \layout { > > > > \context { > > > > \Score > > \override JumpScript.direction = #UP > > > > } > > &g

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-18 Thread Kenneth Wolcott
> \new Staff s1*6 > \new Staff { > \repeat segno 2 { > \repeat volta 2 { > c'4 d' e' f' > \alternative { > { g'2 f' } { g'1 \fine } > } > } > \repeat volta 2 { > c'4 d' e' f' > \altern

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-18 Thread Valentin Petzel
\Score \override JumpScript.direction = #UP } } \new PianoStaff << \new Staff s1*6 \new Staff { \repeat segno 2 { \repeat volta 2 { c'4 d' e' f' \alternative { { g'2 f' } { g'1 \fine } } } \repeat volta 2 {

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-18 Thread Kenneth Wolcott
Hi Knute; Thank you for reminding me to share :-) I did not find a precise search phrase that I should have used but "Controlling the vertical ordering of scripts" in the Notation Reference comes close; reading the entire section helped. What I saw there reminded me of what I had been

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-18 Thread Knute Snortum
On Sat, Sep 17, 2022 at 9:36 PM Kenneth Wolcott wrote: > > HI; > > I found what I was looking for; sorry to waste your time... Why not share what you found so others can learn from it? -- Knute Snortum

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?

2022-09-17 Thread Kenneth Wolcott
HI; I found what I was looking for; sorry to waste your time... Ken On Sat, Sep 17, 2022 at 9:06 PM Kenneth Wolcott wrote: > > Hi; > > Raise the "Fine" and "D.C. Fine" above the repeat volta alternative > brackets, how? > > Please give me good

Re: grace note (first note) in a measure that follows an end of a repeat volta displays weirdly

2022-07-06 Thread Kenneth Wolcott
Hi David; Thank you for the elaboration, I think I will finally get this! Thanks, Ken On Wed, Jul 6, 2022 at 11:41 AM David Wright wrote: > > On Tue 05 Jul 2022 at 23:56:36 (-0700), Kenneth Wolcott wrote: > > On Tue, Jul 5, 2022 at 11:43 PM Hans Aikema wrote: > > > On 6 Jul 2022, at 07:25,

Re: grace note (first note) in a measure that follows an end of a repeat volta displays weirdly

2022-07-06 Thread David Wright
On Tue 05 Jul 2022 at 23:56:36 (-0700), Kenneth Wolcott wrote: > On Tue, Jul 5, 2022 at 11:43 PM Hans Aikema wrote: > > On 6 Jul 2022, at 07:25, Kenneth Wolcott wrote: > > > However, the first measure that follows a repeat section (without > > > alternatives) there is a slashed grace note that

Re: grace note (first note) in a measure that follows an end of a repeat volta displays weirdly

2022-07-06 Thread Kenneth Wolcott
, eh? Guess it might have worked if I had used specified voices AND the grace skip(s). Thanks, Ken On Tue, Jul 5, 2022 at 11:43 PM Hans Aikema wrote: > > > > On 6 Jul 2022, at 07:25, Kenneth Wolcott wrote: > > Hi; > > grace note (first note) in a measure that follows

Re: grace note (first note) in a measure that follows an end of a repeat volta displays weirdly

2022-07-06 Thread Hans Aikema
> On 6 Jul 2022, at 07:25, Kenneth Wolcott wrote: > > Hi; > > grace note (first note) in a measure that follows an end of a repeat > volta displays weirdly > > Lilypond 2.22.2 (Mac, homebrew, Guile 2.2) > > I have lots of slashed grace notes, many of

Re: \repeat unfold has problems inside \repeat volta

2022-07-03 Thread Jean Abou Samra
Le 03/07/2022 à 21:33, Simon Albrecht a écrit : On 02/07/2022 18:20, Jean Abou Samra wrote: Simon, you moved this from bug-lilypond to lilypond-user. Was that intentional? Did I? I’m sure I just clicked Reply All, and the thread as I received is on the user list… this e-mail of yours is the

Re: \repeat unfold has problems inside \repeat volta

2022-07-03 Thread Simon Albrecht
On 02/07/2022 18:20, Jean Abou Samra wrote: Simon, you moved this from bug-lilypond to lilypond-user. Was that intentional? Did I? I’m sure I just clicked Reply All, and the thread as I received is on the user list… this e-mail of yours is the first that for me shows the bug list as

Re: LilyPond on macOS (was: \repeat unfold has problems inside \repeat volta)

2022-07-02 Thread Hans Åberg
> On 2 Jul 2022, at 18:35, Carl Sorensen wrote: > > On Sat, Jul 2, 2022 at 10:23 AM Jean Abou Samra wrote: > >> Le 02/07/2022 à 18:14, Carl Sorensen a écrit : >> >>> I can't currently run 2.23.10 on my Mac, so I can't try it, >> >> >> What is the problem you are encountering? I think that

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Michael Gerdau
What I would need is a "This has changed" summary for new releases. Such as this? https://lilypond.org/doc/v2.23/Documentation/changes/index.html :-) Exactly that :) Thanks for pointing me to it. Kind regards, Michael -- Michael Gerdau email: m...@qata.de GPG-keys available on

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Jean Abou Samra
Le 02/07/2022 à 19:54, Michael Gerdau a écrit : What I would need is a "This has changed" summary for new releases. Such as this? https://lilypond.org/doc/v2.23/Documentation/changes/index.html :-)

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Michael Gerdau
I. Question for the original poster: There is a comment about ambiguity of nested repeats under the "Known issues and warnings" heading in the NR[1]. Were you sufficiently aware of that such that if it had had been more verbose, you might have been able to solve your problem? I wasn't aware

Re: LilyPond on macOS (was: \repeat unfold has problems inside \repeat volta)

2022-07-02 Thread Jean Abou Samra
Le 02/07/2022 à 18:35, Carl Sorensen a écrit : On Sat, Jul 2, 2022 at 10:23 AM Jean Abou Samra wrote: Le 02/07/2022 à 18:14, Carl Sorensen a écrit : > I can't currently run 2.23.10 on my Mac, so I can't try it, What is the problem you are encountering? I think that

Re: LilyPond on macOS (was: \repeat unfold has problems inside \repeat volta)

2022-07-02 Thread Carl Sorensen
On Sat, Jul 2, 2022 at 10:23 AM Jean Abou Samra wrote: > Le 02/07/2022 à 18:14, Carl Sorensen a écrit : > > > I can't currently run 2.23.10 on my Mac, so I can't try it, > > > What is the problem you are encountering? I think that normally, it > should work on all 64-bit-capable Macs. I don't

LilyPond on macOS (was: \repeat unfold has problems inside \repeat volta)

2022-07-02 Thread Jean Abou Samra
Le 02/07/2022 à 18:14, Carl Sorensen a écrit : On Sat, Jul 2, 2022 at 8:55 AM Jean Abou Samra wrote: Le 02/07/2022 à 16:04, Simon Albrecht a écrit : > Hi David and others, > > On 01/07/2022 12:32, David Kastrup wrote: >> I don't think so.  The problem is that repeats

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Jean Abou Samra
Le 02/07/2022 à 16:04, Simon Albrecht a écrit : Hi David and others, On 01/07/2022 12:32, David Kastrup wrote: I don't think so.  The problem is that repeats now support putting the \alternative phrase inside of the construct since that is a saner way of doing things.  But the previous way

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Dan Eble
had had been more verbose, you might have been able to solve your problem? II. You can disambiguate with braces as that note in the NR suggests, or with other syntax: \unfoldRepeats \repeat volta 2 { \repeat unfold 2 { R1_"A" } <> % unfold piece to AAB

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Carl Sorensen
ts right now, but there > was a back-and-forth in that respect and I don't recall how it ended up > exactly). > > I can't currently run 2.23.10 on my Mac, so I can't try it, but could \repeat volta 2 { {\repeat unfold 8 { g8 r8 r8 d8 r8 r8 }} \alternative { \volta 1 { g

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Jean Abou Samra
Le 02/07/2022 à 16:04, Simon Albrecht a écrit : Hi David and others, On 01/07/2022 12:32, David Kastrup wrote: I don't think so.  The problem is that repeats now support putting the \alternative phrase inside of the construct since that is a saner way of doing things.  But the previous way

Re: \repeat unfold has problems inside \repeat volta

2022-07-02 Thread Simon Albrecht
Hi David and others, On 01/07/2022 12:32, David Kastrup wrote: I don't think so. The problem is that repeats now support putting the \alternative phrase inside of the construct since that is a saner way of doing things. But the previous way is still supported for compatibility reasons. Your

Re: \repeat unfold has problems inside \repeat volta

2022-07-01 Thread Michael Gerdau
Thanks for the explanation. Apparently I misread the documentation. [detailed explanation snipped] I had a memory that the syntax had changed but couldn't find it upon a quick look since all the examples at the beginning of the notation reference still use the old syntax :) You can

Re: \repeat unfold has problems inside \repeat volta

2022-07-01 Thread Valentin Petzel
with the older behaviour, but maybe not what you’d expect to get. Cheers, Valentin Am Freitag, 1. Juli 2022, 12:16:40 CEST schrieb Michael Gerdau: > > this is not a bug. You’re supposed to put the alternative after the repeat > > part not inside, so \repeat volta 2 { ... } \alternative { ..

Re: \repeat unfold has problems inside \repeat volta

2022-07-01 Thread David Kastrup
Michael Gerdau writes: >> this is not a bug. You’re supposed to put the alternative after the repeat >> part not inside, so \repeat volta 2 { ... } \alternative { ... }. The way you >> have put it the \alternative ... is used as alternatives for the \repeat >> unfol

Re: \repeat unfold has problems inside \repeat volta

2022-07-01 Thread Michael Gerdau
this is not a bug. You’re supposed to put the alternative after the repeat part not inside, so \repeat volta 2 { ... } \alternative { ... }. The way you have put it the \alternative ... is used as alternatives for the \repeat unfold (as it is placed after that one), so after the first repeat you

Re: \repeat unfold has problems inside \repeat volta

2022-07-01 Thread Valentin Petzel
Hello Michael, this is not a bug. You’re supposed to put the alternative after the repeat part not inside, so \repeat volta 2 { ... } \alternative { ... }. The way you have put it the \alternative ... is used as alternatives for the \repeat unfold (as it is placed after that one), so after

\repeat unfold has problems inside \repeat volta

2022-07-01 Thread Michael Gerdau
Hi list! the attached Lilypond code IMO shows a bug. Or have I misunderstood the way it is supposed to work? \version "2.23.10" music = \relative g' { \time 6/8 \partial 8 r8 | \repeat volta 2 { g8 r8 r8 d8 r8 r8 | g8 r8 r8 d8 r8 r8 | g8 r8 r8 d8 r8 r8 | g8 r8 r8 d8 r8 r

Re: acciaccatura after repeat volta

2022-05-31 Thread Knute Snortum
On Tue, May 31, 2022 at 6:16 AM Jacques Verhagen wrote: > > Hoi, > > > A have a problem with a acciaccatura after a repeat volta. > > Ik get two repeat signs. How can I solve this problem. This is one of the oldest bugs in LilyPond. If you have a grace note on the star

acciaccatura after repeat volta

2022-05-31 Thread Jacques Verhagen
Hoi, A have  a problem with a  acciaccatura after a repeat volta. Ik get two repeat signs. How can I solve this problem. \version "2.20.0" global = {   \time 4/4   \key c \major   \tempo 4=100 } melody = \relative c'' {   \global   \repeat volta 2 {   c4 d e f   g d g f   e c

Re: Unable to use repeat volta

2022-04-07 Thread David Kastrup
Omer Katzir writes: >> On 7 Apr 2022, at 18:03, David Kastrup wrote: >> >> Omer Katzir writes: >> >>> Using on macOS Monterey, compiled from macports >>> >>> Taken the snippet from >>> https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats >>>

Re: Unable to use repeat volta

2022-04-07 Thread Omer Katzir
Thank you everyone for your answers, Google wasn’t the best choice when I was looking for this. Thank you for guiding me for the right place! > On 7 Apr 2022, at 18:03, David Kastrup wrote: > > Omer Katzir writes: > >> Using on macOS Monterey, compiled from macports >> >> Taken the snippet

Re: Unable to use repeat volta

2022-04-07 Thread David Kastrup
Omer Katzir writes: > Using on macOS Monterey, compiled from macports > > Taken the snippet from > https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats > You see the v2.23 in that URL? > Starting lilypond

Re: Unable to use repeat volta

2022-04-07 Thread Michael Gerdau
Using on macOS Monterey, compiled from macports Taken the snippet from https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats <https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats> Here the line \fixed c'' { is missing.   \repeat volta 6 {     c4

Re: Unable to use repeat volta

2022-04-07 Thread Xavier Scheuer
On Thu, 7 Apr 2022 at 16:20, Omer Katzir wrote: > > Using on macOS Monterey, compiled from macports > > Taken the snippet from > https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats > > (snip) > Hello, You are using development version (2.23.x) syntax/features with stable (2.22.2)

Re: Unable to use repeat volta

2022-04-07 Thread Jean Abou Samra
> Le 07/04/2022 16:19, Omer Katzir a écrit : > > > Using on macOS Monterey, compiled from macports > > Taken the snippet from > https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats > > > > > \repeat volta 6 { > c4 d e f > \alte

Unable to use repeat volta

2022-04-07 Thread Omer Katzir
Using on macOS Monterey, compiled from macports Taken the snippet from https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats <https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats> \repeat volta 6 { c4 d e f \alternative { \volta 1,2,3

Re: repeat volta in MensuralVoice

2022-03-14 Thread Reuben Kagan
\context { > \MensuralStaff > \revert BarLine.transparent > \override BarLine.hair-thickness = #0.6 > \override BarLine.thick-thickness = #0.6 > } > \context { > \Score > defaultBarType = #"" > } > } > #}) > > \new Mensur

Re: repeat volta in MensuralVoice

2022-03-13 Thread Valentin Petzel
\Score defaultBarType = #"" } } #}) \new MensuralStaff { c d e f \bar ":|." g a b c } \new MensuralStaff { c d \repeat volta 2 { e f g a } b c } Cheers, Valentin Am Sonntag, 13. März 2022, 08:50:48 CET schrieb Reuben Kagan: > Hello Lilypond users, > > I am

repeat volta in MensuralVoice

2022-03-12 Thread Reuben Kagan
Hello Lilypond users, I am using MensuralVoice to copy some Renaissance music, but it has a repeat inside, and it just isn't shown. what is the quickest way to add just a repeat sign in the end in this case? Thanks Reuben

Re: Failure to properly display appoggiatura inside a repeat volta

2022-02-16 Thread Kenneth Wolcott
l Game". I decided to skip the lyrics for now > > and replace the corresponding notes with a trumpet. > > > > I'm having a problem correctly displaying appoggiatura that exists > > inside a repeat volta. > > > > The problem: The appoggiatura appears in a

Re: Failure to properly display appoggiatura inside a repeat volta

2022-02-16 Thread Kenneth Wolcott
f > > "Take Me Out to the Ball Game". I decided to skip the lyrics for now > > and replace the corresponding notes with a trumpet. > > > > I'm having a problem correctly displaying appoggiatura that exists > > inside a repeat volta. > > > >

Re: Failure to properly display appoggiatura inside a repeat volta

2022-02-16 Thread David Kastrup
rrectly displaying appoggiatura that exists > inside a repeat volta. > > The problem: The appoggiatura appears in a previous bar (all by itself). > > I have attached screenshots of the bars in question (8-10) from the > original and my attempt at engraving it. > > I've

Re: repeat volta and \barNumberCheck

2020-10-13 Thread Knute Snortum
Thanks David, I'm going to look over your MWEs and maybe get back to you. --- Knute Snortum (via Gmail) On Mon, Oct 12, 2020 at 7:57 PM David Wright wrote: > > On Sun 04 Oct 2020 at 17:06:48 (-0700), Knute Snortum wrote: > > > > It seems that repeat volta and \barNumberChe

Re: repeat volta and \barNumberCheck

2020-10-12 Thread David Wright
On Sun 04 Oct 2020 at 17:06:48 (-0700), Knute Snortum wrote: > > It seems that repeat volta and \barNumberCheck don't work well > together when you use the \alternative function. If you put a > \barNumberCheck inside of a repeat volta, the \braNumberCheck fails > all the time

repeat volta and \barNumberCheck

2020-10-07 Thread Jean Abou Samra
Hi. I'm hoping to get some input from this wonderful group. It seems that repeat volta and \barNumberCheck don't work well together when you use the \alternative function. If you put a \barNumberCheck inside of a repeat volta, the \braNumberCheck fails all the time. I think it's because when

repeat volta and \barNumberCheck

2020-10-04 Thread Knute Snortum
Hi. I'm hoping to get some input from this wonderful group. It seems that repeat volta and \barNumberCheck don't work well together when you use the \alternative function. If you put a \barNumberCheck inside of a repeat volta, the \braNumberCheck fails all the time. I think it's because when

Re: \repeat volta question

2019-02-22 Thread Jacques Menu
Hello Federico, Thanks for the link, I had missed that! I asked the question because xml2ly currently generates the following for that example: Part_POne_Staff_One_Voice_One = \relative { \language "nederlands" \repeat volta 5 { <>^"5 times % HERE \key c

Re: \repeat volta question

2019-02-21 Thread Federico Bruni
Il giorno gio 21 feb 2019 alle 18:42, Jacques Menu ha scritto: Hello folks, What does the ‘5’ mean in: \repeat volta 5 { \key c \major \time 4/4 \clef "treble" c'1 } d1 \bar "|." Lily produces the following score, but where is the ‘5’ in i

Re: \repeat volta question

2019-02-21 Thread Thomas Morley
__ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user 'unfoldRepeats' uses it, see: \unfoldRepeats { \repeat volta 5 { c'1 } d'1 } Cheers, Harm ___ lilypond-use

Re: \repeat volta question

2019-02-21 Thread N. Andrew Walsh
Hi Jacques, On Thu, Feb 21, 2019 at 6:42 PM Jacques Menu wrote: > Hello folks, > > What does the ‘5’ mean in: > [SNIP] as I understand it, the number after the volta function doesn't do much on its own, but it enables you to specify alternate endings, as described here:

\repeat volta question

2019-02-21 Thread Jacques Menu
Hello folks, What does the ‘5’ mean in: \repeat volta 5 { \key c \major \time 4/4 \clef "treble" c'1 } d1 \bar "|." Lily produces the following score, but where is the ‘5’ in it? Thanks for your help! JM

Re: Lyricmode Voices within Repeat Volta

2019-02-02 Thread Valentin Villenave
rather than creating a new one every time): % melody = \relative c'' { \clef treble \key c \major \time 3/4 \set Score.voltaSpannerDuration = #(ly:make-moment 3/4) #(ly:expect-warning "cannot end volta") \repeat volta 2 { \new Voice = "chorus" { \

Lyricmode Voices within Repeat Volta

2019-02-02 Thread Mike iLL
I imagine I would want: Repeat Volta Voice associated with \lyricsto. Voice not associated with \lyricsto. Alternative Voice associated with \lyricsto. Alternative Voice associated with \lyricsto. I seem to be almost there, but the repeat signs are not produced

Re: single bar wanted after repeat volta

2018-12-10 Thread Pierre Perol-Schneider
Hi Veronika, See: \version "2.18.2" \score { << \relative c' { \key d \major \repeat volta 2 { e2 r | } % <= see \set Score.repeatCommands = #(list (list 'volta "1., 3.")) R1 \set Score.repeatCommands = #'((volta #f

Re: single bar wanted after repeat volta

2018-12-10 Thread Thomas Morley
Hi Veronika, several possibilities: %% Via \override Staff.BarLine.glyph-name \score { << \relative c' { \key d \major \repeat volta 2 { e2 r | \set Score.repeatCommands = #(list (list 'volta "1., 3.")) R1 \set Score.repeatCommands = #

single bar wanted after repeat volta

2018-12-10 Thread Veronika Neumann
Hello, please have a look at the attached pdf file. I want the circled bar to be a single bar. I also included the lilypond file. Many thanks in advance! Veronika Neuman \version "2.18.2" \score { << \relative c' { \key d \major \repeat volta

Re: Different treatment of \repeat volta in midi

2016-07-16 Thread David Kastrup
Federico Bruni <f...@inventati.org> writes: > Il giorno sab 16 lug 2016 alle 16:31, pkarl <jpk...@gmail.com> ha > scritto: >> It would be so nifty if the following snippet produced equivalent >> output in the midi file to what is produced in the pdf: [Example u

Re: Different treatment of \repeat volta in midi

2016-07-16 Thread Federico Bruni
Il giorno sab 16 lug 2016 alle 16:31, pkarl <jpk...@gmail.com> ha scritto: It would be so nifty if the following snippet produced equivalent output in the midi file to what is produced in the pdf: \version "2.19.38" musicA = \relative { \set Staff.instrumentName = "A

Different treatment of \repeat volta in midi

2016-07-16 Thread pkarl
It would be so nifty if the following snippet produced equivalent output in the midi file to what is produced in the pdf: \version "2.19.38" musicA = \relative { \set Staff.instrumentName = "A" \repeat volta 2 { c''4 d e f } f d e c \bar "

Re: Controllling repeat volta text

2016-02-22 Thread Stan Mulder
David Wright lionunicorn.co.uk> writes: > Perhaps this is more to your liking: Thanks David. You got it! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Controllling repeat volta text

2016-02-22 Thread David Wright
On Tue 23 Feb 2016 at 03:25:04 (+), Stan Mulder wrote: > Andrew Bernard gmail.com> writes: > > Something like this? > > > > \version "2.19.36" > > > > voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } } > > voltaLast = \markup { \text "last" } > > \relative { > >   \set

Re: Controllling repeat volta text

2016-02-22 Thread Stan Mulder
Andrew Bernard gmail.com> writes: > > Something like this? > > \version "2.19.36" > > voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } } > voltaLast = \markup { \text "last" } > \relative { >   \set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat) >   s1*8 >  

Re: Controllling repeat volta text

2016-02-22 Thread Andrew Bernard
Something like this? \version "2.19.36" voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } } voltaLast = \markup { \text "last" } \relative { \set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat) s1*8 s1*8 s1*8 s1*7 \set Score.repeatCommands = #(list

Re: Controllling repeat volta text

2016-02-22 Thread Andrew Bernard
Hi Stan, How to do that is exactly described in the NR, Section 1.4.1 Manual repeats, with an example of volta ad lib. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Controllling repeat volta text

2016-02-22 Thread Stan Mulder
ow is what I have so far. It's almost correct except that the repeat text says "1." and "2." for the 1st repeat and last time repeat. Do I just control text or is there a specific command to control this. \repeat "volta" 2 { s1*8 s1*8 s1*8 s1*7 } \alter

Re: trouble with end bar and open-repeat (volta) bars at same place.

2015-12-15 Thread Mike F.
:* Monday, December 14, 2015 5:39 PM *To:* lilypond-user@gnu.org *Subject:* trouble with end bar and open-repeat (volta) bars at same place. Is there any way to have an endbar (\bar "|.") AND the begin-repeat for my \repeat volta 2 {} simultaneously? I'm attempting to typeset a typi

Re: trouble with end bar and open-repeat (volta) bars at same place.

2015-12-15 Thread Mike F.
%%makes timesigs always numerical \compressFullBarRests \override Score.BarNumber.break-visibility = #'#(#f #t #t) % everywhere except endbar on line \set Score.barNumberVisibility = #(every-nth-bar-number-visible 4) % Left-align bar numbers \override Score.BarNumber.self-alignment-X = #LEF

trouble with end bar and open-repeat (volta) bars at same place.

2015-12-14 Thread Mike F.
Is there any way to have an endbar (\bar "|.") AND the begin-repeat for my \repeat volta 2 {} simultaneously? I'm attempting to typeset a typical Mozart Menuetto/Trio (Sleigh Ride K605 #3) with a DC al Fine that ends after the last \alternative in the Menuetto. The beginning of the

RE: trouble with end bar and open-repeat (volta) bars at same place.

2015-12-14 Thread Mark Stephen Mrotek
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Mike F. Sent: Monday, December 14, 2015 5:39 PM To: lilypond-user@gnu.org Subject: trouble with end bar and open-repeat (volta) bars at same place. Is there any way to have an endbar (\bar "|.") AND the begin-rep

  1   2   3   >