Re: another variation for repeat segno

2024-06-05 Thread Joel C. Salomon
On 6/3/24 17:13, Paul Scott wrote: Is  there a way to do this with Segno repeat structure? By “this”, do you mean “play bars 1, 2, 3, then 2, 3, 4”, or do you mean how to customize display of the repeat structure with the overbars as your example shows? —Joel

another variation for repeat segno

2024-06-03 Thread Paul Scott
Is  there a way to do this with Segno repeat structure? \version "2.25.16" xDS = \markup{\fontsize #4 \line{D.S. al Fine }} xFine = \markup{\fontsize #4 Fine} music = \fixed c' {   g1 \segnoMark 1 f 4 g a b   \set Score.repeatCommands =   #`((volta ,xDS) start-repeat)   \bar &qu

Re: jump to coda inside repeat with alternative

2024-05-24 Thread Knute Snortum
On Thu, May 23, 2024 at 9:16 PM David Wright wrote: > > Sometimes the easiest way of using these repeat constructions is to > copy and paste an example from Notation Reference §1.4 into your > .ly file, and then insert your music in place of the example's. > If you use Fres

Re: jump to coda inside repeat with alternative

2024-05-23 Thread David Wright
On Tue 21 May 2024 at 11:43:10 (+1000), Laurie Savage wrote: > On Tue, 21 May 2024 at 10:35, Paul Scott wrote: > > > Segno repeat structure is like a black box to me. I have been > > relatively successful with help and trial and error. > > > > I would really appreci

Re: jump to coda inside repeat with alternative

2024-05-22 Thread Paul Scott
Close enough for now. I get a bar line after the clef sign. Thank you, Paul On 5/22/24 11:49, Knute Snortum wrote: On Wed, May 22, 2024 at 10:50 AM Paul Scott wrote: I sometimes use \stopStaff and \startStaff before the coda. Can anyone tell me how to get a clef sign after a

Re: jump to coda inside repeat with alternative

2024-05-22 Thread Knute Snortum
On Wed, May 22, 2024 at 10:50 AM Paul Scott wrote: > I sometimes use \stopStaff and \startStaff before the coda. Can anyone > tell me how to get a clef sign after a \startStaff? > Would Staff.forceClef = ##t work in your situation? If not, can you give us a MWE? %%% \version "2.24.3" {

Re: jump to coda inside repeat with alternative

2024-05-22 Thread Paul Scott
k you mean in your example. I often edit big band and small combo charts so any simple solution would be wonderful. Thank you, Laurie. That's what I've done for years until segno repeat appeared. I also often edit big band, concert band and orchestra charts, often just to make my parts easier to

Re: jump to coda inside repeat with alternative

2024-05-20 Thread Laurie Savage
and small combo charts so any simple solution would be wonderful. Laurie On Tue, 21 May 2024 at 10:35, Paul Scott wrote: > Segno repeat structure is like a black box to me. I have been > relatively successful with help and trial and error. > > I would really appreciate some help

jump to coda inside repeat with alternative

2024-05-20 Thread Paul Scott
Segno repeat structure is like a black box to me.  I have been relatively successful with help and trial and error. I would really appreciate some help with this that I need soon: From NR 2.25.16 1.4.1, Segno repeat structure/alla coda, how do I add a repeat with alternative so the coda jump

jump to coda inside repeat with alternative

2024-05-18 Thread Paul Scott
From NR 2.25.16 1.4.1, Segno repeat structure/alla coda, how do I add a repeat with alternative so the coda jump is just before the alternative? Here is the manually written MWE: \version "2.25.16" \fixed c' {   c1 \segnoMark \default   \repeat volta 2 { d \codaMark \default }   \a

Re: manual repeat mark syntax question

2024-05-16 Thread Paul Scott
Thank you! Paul On 5/16/24 11:42, Jean Abou Samra wrote:    \set Score.repeatCommands = #'((volta ,voltaOpt)) ^^^ This should be ` not ' .

Re: manual repeat mark syntax question

2024-05-16 Thread Jean Abou Samra
>    \set Score.repeatCommands = #'((volta ,voltaOpt)) ^^^ This should be ` not ' . signature.asc Description: This is a digitally signed message part

manual repeat mark syntax question

2024-05-16 Thread Paul Scott
What is wrong with the following code that gives: programming error: Trying to interpret a non-markup object: (unquote voltaOpt) If it isn't clear, I'm trying to create a 3rd optional ending. \version "2.25.16" voltaOpt = \markup{Optional} \fixed c' {   a1   \repeat segno

2.25.15 segno repeat appearance: add text to coda sign

2024-04-30 Thread Paul Scott
How does one add text to the coda sign using Segno repeat structure, i.e. add "To coda" to the coda sign automatically created? TIA, Paul

\repeat segno questions

2024-04-23 Thread Eric Benson
I'm just starting to try out the new-ish \repeat segno feature. I want to customize the labels. Is there a way to change the text that is used? Also, I'm not sure how to combine \repeat volta with \repeat segno. Can I put a "to coda" mark in the middle of the body of a \repeat volta?

Re: Repeat D.S. al fine, but the Fine is in a nested volta

2024-03-09 Thread Knute Snortum
On Fri, Mar 8, 2024 at 2:57 PM Knute Snortum wrote: > I'm trying to get a Fine on the first ending of a repeat volta nested in a > repeat segno. > ... > I am new to the repeat segno syntax, so I'm hoping I just haven't found > the right magic. I'd like the MIDI to be correct

Repeat D.S. al fine, but the Fine is in a nested volta

2024-03-08 Thread Knute Snortum
I'm trying to get a Fine on the first ending of a repeat volta nested in a repeat segno. An MWE will probably be clearer: \version "2.24.3" music = \relative { \time 3/4 \partial 4 c''4 | c c c | \repeat segno 2 { \bar "||" d d d | e e \repeat volta 2

Re: How to align second repeat verse against second voice

2024-02-26 Thread Andy Bradford
> Reading the rhythm would be easier if you replaced two of the dotted > quarter notes with an eighth note tied to the following quarter note. Yes, that's a great suggestion too and in fact I had already been considering that very modification. Thanks, Andy

Re: How to align second repeat verse against second voice

2024-02-26 Thread Jiří Hon
t; \paper { #(set-paper-size "letter") } \score { << \new ChoirStaff { << \new Staff { << \key c \major \time 4/4 \new Voice = "first" { \relative c' { \partial 4

Re: How to align second repeat verse against second voice

2024-02-25 Thread Andy Bradford
Thus said Aaron Hill on Sat, 24 Feb 2024 20:51:44 -0800: > Probably the easiest the option is to \set associatedVoice to > temporarily align your lyrics to the alternate notes. The important > quirk of associatedVoice is that you must make the change a syllable > ahead of when you

Re: How to align second repeat verse against second voice

2024-02-24 Thread Aaron Hill
On 2024-02-24 4:04 pm, Andy Bradford wrote: Hello, I have a piece with two verses in a repeat. The second time through there is a slight alteration in one of the measures which adds additional notes. I've been able to accomplish this using a temporary voice, but I'm

How to align second repeat verse against second voice

2024-02-24 Thread Andy Bradford
Hello, I have a piece with two verses in a repeat. The second time through there is a slight alteration in one of the measures which adds additional notes. I've been able to accomplish this using a temporary voice, but I'm not sure if this is the best way as the words &qu

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: Missing opening repeat after double bar

2023-11-18 Thread Hans Aikema
> On 18 Nov 2023, at 14:29, Hans Aikema wrote: > > And then I realised…. It can even be done in a simpler way: swap out the > \bar”||” custom bar for \section and lilypond already knows that it should > create both a section-end bar at the end and a repeat-start at the start

Re: Missing opening repeat after double bar

2023-11-18 Thread Peter Mayes
On 18/11/2023 13:29, Hans Aikema wrote: swap out the \bar”||” custom bar for \section Simple and elegant! Thanks again -- Best wishes -- Peter -- Peter Mayes

Re: Missing opening repeat after double bar

2023-11-18 Thread Hans Aikema
And then I realised…. It can even be done in a simpler way: swap out the \bar”||” custom bar for \section and lilypond already knows that it should create both a section-end bar at the end and a repeat-start at the start of the next line \repeat volta 2 { c1 } \break c1 \section

Re: Missing opening repeat after double bar

2023-11-18 Thread Peter Mayes
Many thanks. I think there is a typo in what you supplied, but with the documentation reference, I got what I wanted:   \defineBarLine "||.|:" #'("||" ".|:" #f) I needed "#'" before the definition, and I reversed the order of the arguments, to get

Re: Missing opening repeat after double bar

2023-11-18 Thread Hans Aikema
tion >> ends with a double bar line, but when I add this (as in bar 7 below), it >> suppresses the opening repeat in the following section (in bar 8). I want >> both the double bar, AND the opening repeat. How to achieve this? >> >> Thanks in advance! > Peter, >

Re: Missing opening repeat after double bar

2023-11-18 Thread Hans Aikema
t > suppresses the opening repeat in the following section (in bar 8). I want > both the double bar, AND the opening repeat. How to achieve this? > > Thanks in advance! Peter, You can get what you desire with a dedicated custom-defined barline I modified your example to get the desired c

Missing opening repeat after double bar

2023-11-18 Thread Peter Mayes
The score I am trying to emulate has an initial repeated section, a non-repeated section, and another repeated section. The non-repeated section ends with a double bar line, but when I add this (as in bar 7 below), it suppresses the opening repeat in the following section (in bar 8). I want

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-13 Thread Stu McKenzie
      \set Score.startRepeatBarType = #"[[|:" results in the bar line at the end of the first line to include the new start repeat bar type. I've tried defining various combinatons of bar lines, as defined on the documentation for 2.25.9, e.g.:   \def

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-11 Thread Michael Werner
tartRepeatBarType = #"[[|:" > > results in the bar line at the end of the first line to include the new > start repeat bar type. > > I've tried defining various combinatons of bar lines, as defined on the > documentation for 2.25.9, e.g.: > \defineBarLine "[[|:-StartDoub

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-10 Thread Stu McKenzie
On 2023-11-09 08:42, Michael Werner wrote: On Wed, Nov 8, 2023 at 7:21 PM Stu McKenzie wrote: 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

Re: Repeat volta Score.startRepeatBarType & Score.endRepeatBarType

2023-11-09 Thread Michael Werner
Hi there, On Wed, Nov 8, 2023 at 7:21 PM Stu McKenzie wrote: > > 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.

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

Re: dal 턋 al 턌 et poi la Coda for the 2nd ending with segno- and coda-marks in the middle of a volta repeat with alternative endings

2023-11-03 Thread Jean Abou Samra
Le vendredi 03 novembre 2023 à 21:48 +0100, Hans Aikema a écrit : > Looking at the various documentation snippets on repeats it looks like there > is no way to use the \repeat instruction to encode what I’m trying to > transcribe into Lilypond.  > > Nevertheless want to check with

dal 턋 al 턌 et poi la Coda for the 2nd ending with segno- and coda-marks in the middle of a volta repeat with alternative endings

2023-11-03 Thread Hans Aikema
Looking at the various documentation snippets on repeats it looks like there is no way to use the \repeat instruction to encode what I’m trying to transcribe into Lilypond. Nevertheless want to check with the collective knowledge on this list to prevent that I’m somehow overlooking

Re: fontsize of scripts.segno in \repeat segno

2023-10-31 Thread Paul Scott
Perfect!  Thank you.  I was easily able to apply other properties to the SegnoMark and CodaMark with that information. Paul

Re: fontsize of scripts.segno in \repeat segno

2023-10-31 Thread Michael Werner
On Tue, Oct 31, 2023 at 2:04 AM Paul Scott wrote: > How I change the font size of a segno in a \repeat segno structure? > You'll want https://lilypond.org/doc/v2.25/Documentation/internals/segnomark for the details, but the short version is it's a score level override of SegnoMark.fon

fontsize of scripts.segno in \repeat segno

2023-10-31 Thread Paul Scott
How I change the font size of a segno in a \repeat segno structure? (I've googled for a while without seeing the answer or a close snippet) TIA, Paul

RE: slur at end of repeat on start?

2023-10-20 Thread Mark Stephen Mrotek
Bevan: Look up \repeatTie in the documentation for your version of Lilypond. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org On Behalf Of Bevan Broun Sent: Friday, October 20, 2023 5:48 PM To: lilypond-user@gnu.org Subject: slur at end of repeat on start? Hi I

slur at end of repeat on start?

2023-10-20 Thread Bevan Broun
Hi I have a slur at the end of a repeat that needs to go on the the start of the repeat. In the source document, the slur at the end extends to the repeat bar line - not just the last note of the repeat. any ideas? Thanks Bevan

Re: textSpanner - disable repeat of text on new line

2023-10-07 Thread Bevan Broun
> 7 okt. 2023 kl. 21:13 skrev Bevan Broun : > > > > Hi All > > > > When using a text spanner I get the text repeated after a line break, > followed by new dashes. Can I disable getting the repeat of the text and > only get dashes on the new line? I have a case where t

Re: textSpanner - disable repeat of text on new line

2023-10-07 Thread Knute Snortum
On Sat, Oct 7, 2023 at 1:39 PM Bevan Broun wrote: > Hi All > > When using a text spanner I get the text repeated after a line break, > followed by new dashes. Can I disable getting the repeat of the text and > only get dashes on the new line? I have a case where the repeated text

Re: textSpanner - disable repeat of text on new line

2023-10-07 Thread Leo Correia de Verdier
I disable getting the repeat of the text and only > get dashes on the new line? I have a case where the repeated text is banging > up against some other text and it would be clearer with just dashes on the > new line. > > Thanks > > \version "2.22.2" >

textSpanner - disable repeat of text on new line

2023-10-07 Thread Bevan Broun
Hi All When using a text spanner I get the text repeated after a line break, followed by new dashes. Can I disable getting the repeat of the text and only get dashes on the new line? I have a case where the repeated text is banging up against some other text and it would be clearer with just

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

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

Re: having trouble with a segno repeat

2023-09-11 Thread Kenneth Wolcott
gt; HTH, > > Colin > > On 2023-09-11 19:10, Kenneth Wolcott wrote: > > Hi; > > > >I'm trying to follow the segno repeat with coda instructions in the > > Notation Reference, but apparently I am not successful :-( > > > > Summary: The original pdf has: > &g

Re: having trouble with a segno repeat

2023-09-11 Thread Colin Campbell
At line 102 or so, you have an extra curly brace. When I take that out, all is good. I found it by folding section by section till I saw your coda was not folded when it should have been. HTH, Colin On 2023-09-11 19:10, Kenneth Wolcott wrote: Hi; I'm trying to follow the segno repeat

having trouble with a segno repeat

2023-09-11 Thread Kenneth Wolcott
Hi; I'm trying to follow the segno repeat with coda instructions in the Notation Reference, but apparently I am not successful :-( Summary: The original pdf has: 1. four bars followed by a segno sign at bar #5 2. a "to Coda" at bar #21; 3. a D.S.al Coda at bar #46 4. a

Volta spanner only on first and last repeat bar

2023-08-19 Thread Vlado Ilić
I can shorten a volta spanner to first bar with \set Score.voltaSpannerDuration But how can I make it show on the last bar? For example, the first repeat bar is on page 1 and the last bar is on page 3, how can i avoid printing volta spanner on the 2nd page?

Re: How to change coda mark symbol in \repeat segno structure?

2023-08-18 Thread Vlado Ilić
That's it, thanks! пет, 18. авг 2023. у 08:32 Jean Abou Samra је написао/ла: > This should do the trick: > > \version "2.24.2" > > { > \repeat segno 2 { > c'1 > \alternative { > \volta 1 { > \once \set Score.codaM

Re: How to change coda mark symbol in \repeat segno structure?

2023-08-18 Thread Jean Abou Samra
This should do the trick: \version "2.24.2" { \repeat segno 2 { c'1 \alternative { \volta 1 { \once \set Score.codaMarkFormatter = #(lambda args #{ \markup "foo bar" #}) c'1 } \volta 2 \volta #'() { \sectio

How to change coda mark symbol in \repeat segno structure?

2023-08-17 Thread Vlado Ilić
Hello, I'm trying to change coda symbol that appears when using \repeat segno structure.If i understand correctly, Mark_engraver is responsible for it and Layout Object is CodaMark. I've tried setting \override CodaMark.text = \markup {"test"} in Voice, Staff and Score context b

Re: Start repeat after Ending bar line

2023-06-22 Thread Stu McKenzie
begin with a 'start repeat'. The following code causes the first system to have no bar line at the end, and the 'start repeat' command overrides the 'ending bar line' command: |\version "2.24.1" \relative c' {    c1 \break    \bar "|."    \bar ".|:"    c1 \bar &qu

Re: Start repeat after Ending bar line

2023-06-21 Thread dfro
On 6/21/23 13:17, Jean Abou Samra wrote: Le mercredi 21 juin 2023 à 12:55 -0400, dfro a écrit : Hello fellow music engravers, I would like to have a staff system end with an 'ending bar line', then \break the staff, and then have the next staff system begin with a 'start repeat

Re: Start repeat after Ending bar line

2023-06-21 Thread Jean Abou Samra
Le mercredi 21 juin 2023 à 12:55 -0400, dfro a écrit : > Hello fellow music engravers, > > I would like to have a staff system end with an 'ending bar line', then > \break the staff, and then have the next staff system begin with a > 'start repeat'. > > The following

Start repeat after Ending bar line

2023-06-21 Thread dfro
Hello fellow music engravers, I would like to have a staff system end with an 'ending bar line', then \break the staff, and then have the next staff system begin with a 'start repeat'. The following code causes the first system to have no bar line at the end, and the 'start repeat' command

Re: Trying and failing to engrave a segno repeat with coda: More alternatives than repeats.

2023-06-09 Thread Kenneth Wolcott
just a handful of screenshots of jump marks. > > I suppose this is supposed to be something like > > A [SEGNO] B [Fine→Coda] C [Dal segno al Fine e poi la coda] [Coda] D > > So essentially A → B → C → B → D > > What you are doing is something like > >

Re: Trying and failing to engrave a segno repeat with coda: More alternatives than repeats.

2023-06-09 Thread Kenneth Wolcott
HI Jean; Thank you so much. It works now. On Fri, Jun 9, 2023 at 12:51 AM Jean Abou Samra wrote: > > Le jeudi 08 juin 2023 à 22:56 -0700, Kenneth Wolcott a écrit : > > Hi; > > > > Trying and failing to engrave a segno repeat with coda: > > > > war

Re: Trying and failing to engrave a segno repeat with coda: More alternatives than repeats.

2023-06-09 Thread Valentin Petzel
essentially A → B → C → B → D What you are doing is something like { c'1 c' \repeat segno 2 { d' d' } \alternative { \volta 1 { } \volta 2 { e' e' } { f' f' } } } instead you should be doing something like this { c'1 c' \repeat segno 2 { d' d' } \alternative

Re: Trying and failing to engrave a segno repeat with coda: More alternatives than repeats.

2023-06-09 Thread Jean Abou Samra
Le jeudi 08 juin 2023 à 22:56 -0700, Kenneth Wolcott a écrit : > Hi; > > Trying and failing to engrave a segno repeat with coda: > > warning: More alternatives than repeats.  Junking excess alternatives > > Attachments: > > I have screenshots for the following

Re: Lilypond 2.24.1 repeat sego with DC : music found after \fine

2023-05-30 Thread Jean Abou Samra
n "2.24.1" \repeat segno 2 { c'1 \volta 1 \fine \volta 2 { c'1 \set Score.dalSegnoTextFormatter = #(lambda _ #{ "D.C." #}) } } ``` Best, Jean signature.asc Description: This is a digitally signed message part

Re: Lilypond 2.24.1 repeat sego with DC : music found after \fine

2023-05-30 Thread Jean Abou Samra
Le lundi 29 mai 2023 à 17:00 -0700, Kenneth Wolcott a écrit : > Hi; > >   Warning message from Lilypond 2.24.1 regarding a repeat segno > attempt with a DC: > > When_You_and_I_Were_Young_Maggie.ly:50:12: warning: found music after \fine >   \volta 2 >    \fine >

Re: Lilypond 2.24.1 repeat sego with DC : music found after \fine

2023-05-30 Thread Hans Aikema
> On 30 May 2023, at 02:00, Kenneth Wolcott wrote: > > Hi; > > Warning message from Lilypond 2.24.1 regarding a repeat segno > attempt with a DC: > > When_You_and_I_Were_Young_Maggie.ly:50:12: warning: found music after \fine > \volta 2 > \fine &g

Re: Lilypond v 2.24.1, segno repeat question where segno and coda sign are adjacent

2023-05-29 Thread Kenneth Wolcott
Oh, darn :-) I forgot to attach my Lilypond source code. Thanks, Ken On Mon, May 29, 2023 at 3:16 PM Kenneth Wolcott wrote: > > HI; > > Lilypond v 2.24.1, segno repeat question where segno and coda sign > are adjacent in the original. > > How to engrave this

Re: Problem understanding 2.24.1 segno repeat for a fine+dc_al_fine repeat

2023-05-13 Thread Kenneth Wolcott
Thank you Jean! On Sat, May 13, 2023 at 7:19 AM Jean Abou Samra wrote: > > Le vendredi 12 mai 2023 à 20:42 -0700, Kenneth Wolcott a écrit : > > Hi; > > I'm converting a 2.22.2 Lilypond engraving where I manually implemented a > fine+dc_al_fine repeat into a 2.24.1 r

Re: Problem understanding 2.24.1 segno repeat for a fine+dc_al_fine repeat

2023-05-13 Thread Jean Abou Samra
Le vendredi 12 mai 2023 à 20:42 -0700, Kenneth Wolcott a écrit : > Hi; > >   I'm converting a 2.22.2 Lilypond engraving where I manually > implemented a fine+dc_al_fine repeat into a 2.24.1 repeat segno and I > run into difficulties. > > Since the fine ends at beat 3 of 4

Re: Problem understanding 2.24.1 segno repeat for a fine+dc_al_fine repeat

2023-05-12 Thread Kenneth Wolcott
Forgot to include screenshots of the origin that I'm using as a sample to engrave from... On Fri, May 12, 2023 at 8:42 PM Kenneth Wolcott wrote: > > Hi; > > I'm converting a 2.22.2 Lilypond engraving where I manually > implemented a fine+dc_al_fine repeat into a 2.24.1 repeat se

Problem understanding 2.24.1 segno repeat for a fine+dc_al_fine repeat

2023-05-12 Thread Kenneth Wolcott
Hi; I'm converting a 2.22.2 Lilypond engraving where I manually implemented a fine+dc_al_fine repeat into a 2.24.1 repeat segno and I run into difficulties. Since the fine ends at beat 3 of 4 (well, 2/2 meter), I run into issues with partials and bar checks. I also run into problems

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: sectionLabel dropped by segno repeat

2023-04-25 Thread Stephan Schöll
Schöll a écrit : @Jean, sorry, of course i forgot the change I wanted to show by swapping the section label and the repeat segno lines in the 2nd example. I fixed it in this code (snippets A and B). In example C I changed section labels to rehearsal marks according to your advice. It seems that I

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Jean Abou Samra
Le mercredi 26 avril 2023 à 00:02 +0200, Stephan Schöll a écrit : > @Jean, sorry, of course i forgot the change I wanted to show by swapping the > section label and the repeat segno lines in the 2nd example. I fixed it in > this code (snippets A and B). > In example C I changed se

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Laurie Savage
Haha, "jungle posting" I love it. Laurie Savage On Tue, Apr 25 2023 at 23:59:56 +0200, Jean Abou Samra wrote: Le mercredi 26 avril 2023 à 07:49 +1000, Laurie Savage a écrit : BTW: Top posting or bottom posting for this group? My apologies if I chose

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Stephan Schöll
@Jean, sorry, of course i forgot the change I wanted to show by swapping the section label and the repeat segno lines in the 2nd example. I fixed it in this code (snippets A and B). In example C I changed section labels to rehearsal marks according to your advice. It seems that I still have

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Jean Abou Samra
Le mercredi 26 avril 2023 à 07:49 +1000, Laurie Savage a écrit : > > BTW: Top posting or bottom posting for this group? My apologies if I chose > wrongly. Jungle posting — some use top posting, some use bottom posting, some reply inline, and we still live happily :-) Cheers, Jean

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Laurie Savage
On Tue, Apr 25 2023 at 23:15:42 +0200, Stephan Schöll wrote: \relative { \sectionLabel "A" c'1 \sectionLabel "B" \repeat segno 2 { f \fine \sectionLabel "C" g a \section } } I just tried the same code in version 2.24.0 and neither

Re: sectionLabel dropped by segno repeat

2023-04-25 Thread Jean Abou Samra
Le mardi 25 avril 2023 à 23:15 +0200, Stephan Schöll a écrit : > Hi all > > Happily using the segno repeat feature newly introduced I stumbled upon > this: > > --- A > \version "2.25.4" > > \relative { >    \sectionLabel "A" >    c'1 >

sectionLabel dropped by segno repeat

2023-04-25 Thread Stephan Schöll
Hi all Happily using the segno repeat feature newly introduced I stumbled upon this: --- A \version "2.25.4" \relative { \sectionLabel "A" c'1 \sectionLabel "B" \repeat segno 2 { f \fine \sectionLabel "C" g a \section } } --- ve

DS al coda with coda mark within a repeat section

2023-04-01 Thread Jonathan Poulin
Hello, I'm about to transcript a part that contains a D.S al coda with the to code mark placed in a repeat section. The picture below shows an example of what I want but with the code mark misplaced. I manually place the text "last time to code" where I want it. I include the code I

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Matthew Probst
y scoring > for rock/funk band, and I have everything under control due to the great > help I've received here. One final sticking point is that I like to mark > repeat signs underneath with a "2x" or "4x". I've been using tweaked > \marks: > > \tweak direction

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Alexandre Loomis
You could also use \jump, for example \version "2.24.1" \repeat volta 2 { c'1 1 1 1 \jump "4×" } On Tue, Mar 7, 2023 at 9:46 AM Jean Abou Samra wrote: > Le mardi 07 mars 2023 à 10:29 -0600, Matthew Probst a écrit : > > I'm not quite sure how to construct

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Jean Abou Samra
like to mark repeat signs underneath with > a "2x" or "4x".  I've been using  tweaked \marks: > >     \tweak direction #DOWN \mark "4x" > > Problem is, if the closing repeat mark is at the end of a line of music as it > decides to typeset it, th

Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Matthew Probst
I'm not quite sure how to construct an example--I'm working on my scoring for rock/funk band, and I have everything under control due to the great help I've received here. One final sticking point is that I like to mark repeat signs underneath with a "2x" or "4x". I've been u

Using \repeat segno for rondo form?

2023-02-15 Thread Mats Bengtsson
Hi, I'm slowly starting to get a grip on the \repeat segno features, but I need some hints on how to best use it for a ABACA type rondo. My first attempt was the following, where especially the placement of the double wheel (coda) symbol looks weird, since it ends up at the end of the first

Re: Clef change after end-repeat before break -- how?

2023-01-28 Thread Jean Abou Samra
>> Under 2.22 I do not get extra space. > > That’s still more curious. On 2.22.2 I get a warning > that the break is overwritten by another event, so we > don’t get the line break that I had specified and wanted. It's expected. 2.22 doesn't accept mid-measure breaks without a bar line. You need

Re: Clef change after end-repeat before break -- how?

2023-01-28 Thread Jean Abou Samra
On 28/01/2023 06:52, Ole V. Villumsen wrote: > Thanks, everyone, for your contributions. > > First of all Jean. Your code gives me exactly what I wanted. I haven’t > learned to use the internals, but see here that it’s useful. > >> Not sure, but my guess is that LilyPond might be trying to make

Re: Clef change after end-repeat before break -- how?

2023-01-28 Thread Jean Abou Samra
On 28/01/2023 16:51, David Kastrup wrote: > Jean Abou Samra writes: > >>> Le 28 janv. 2023 à 08:01, Darren Ng a écrit : >>> >>> [subject] How to define a macro that expands to a percussion "pitch"? >> >> >> It may be worth noting that LilyPond does not have macros, only >> variables and

Re: Clef change after end-repeat before break -- how?

2023-01-28 Thread Ole V. Villumsen
Furthermore, for the record, the same trick also works in the case where there is no break after the end-repeat sign. In this case the second of the three inner lists in Score.BreakAlignment.break-align-orders governs the order. So I want to modify both the 1st and the 2nd list. From

Re: Clef change after end-repeat before break -- how?

2023-01-27 Thread Ole V. Villumsen
Ole Sent with Proton Mail secure email. --- Original Message --- On Saturday, January 28th, 2023 at 00:09, Jean Abou Samra wrote: > On 27/01/2023 22:35, Ole V. Villumsen wrote: > > > Hi, I am typesetting a movement with a repeat and a clef change right after > > the repeat. I

RE: Clef change after end-repeat before break -- how?

2023-01-27 Thread Mark Stephen Mrotek
: Clef change after end-repeat before break -- how? Hi, I am typesetting a movement with a repeat and a clef change right after the repeat. I have a suitable line break where the repeat ends and the clef change happens. Default Lilypond sets the new clef within the repeat, before the end-repeat

RE: Clef change after end-repeat before break -- how?

2023-01-27 Thread Mark Stephen Mrotek
Subject: Clef change after end-repeat before break -- how? Hi, I am typesetting a movement with a repeat and a clef change right after the repeat. I have a suitable line break where the repeat ends and the clef change happens. Default Lilypond sets the new clef within the repeat, before the end-repeat

Re: Clef change after end-repeat before break -- how?

2023-01-27 Thread Jean Abou Samra
On 27/01/2023 22:35, Ole V. Villumsen wrote: > Hi, I am typesetting a movement with a repeat and a clef change right after > the repeat. I have a suitable line break where the repeat ends and the clef > change happens. Default Lilypond sets the new clef within the repeat, before

Re: Clef change after end-repeat before break -- how?

2023-01-27 Thread Ralph Palmer
On Fri, Jan 27, 2023 at 1:36 PM Ole V. Villumsen < ole.villum...@protonmail.ch> wrote: > Hi, I am typesetting a movement with a repeat and a clef change right > after the repeat. I have a suitable line break where the repeat ends and > the clef change happens. Default Lilypond se

  1   2   3   4   5   6   7   8   9   10   >