Re: \break between alternate endings

2025-04-27 Thread Carl Sorensen
Put the break in the first alternative. Carl On Sun, Apr 27, 2025, 11:17 AM bobr...@centrum.is wrote: > I tried to put a line break between alternate endings and got; warning: > More alternatives than repeats. Junking excess alternatives > > > Short example: > >

\break between alternate endings

2025-04-27 Thread bobr...@centrum.is
I tried to put a line break between alternate endings and got; warning: More alternatives than repeats. Junking excess alternatives Short example: %%% Begin Lily code %%% \version "2.24.4" \score { \relative c' { \repeat volta 2 { c d e f g a b c \alternat

Re: Strange behavior with repeat immediately before alternate endings

2024-10-11 Thread Cameron Hall
On Thu, 10 Oct 2024 10:06:03 -0700 Knute Snortum wrote: > On Thu, Oct 10, 2024 at 9:27 AM Lucas Cavalcanti > wrote: > > > Put brackets before and after the "repeat unfold 3". Don't know what > > causes this bug, but it still happens in version 2.25.19. > > > > %% > > \fixed c'' { > > \repeat

Re: Strange behavior with repeat immediately before alternate endings

2024-10-10 Thread mskala
On Fri, 11 Oct 2024, Peter Chubb wrote: > The syntax of repeat is: >\repeat TYPE MUSIC ALTERNATIVES > So when you have: >\repeat volta 2 { > \repeat unfold {} > \alternative { > } >} > The alternatives are attached to the unfolded repeat, and get unfolded. That's the

Re: Strange behavior with repeat immediately before alternate endings

2024-10-10 Thread Peter Chubb
>>>>> "Cameron" == Cameron Hall writes: Cameron> I've run into a strange problem that I think may be a bug. In Cameron> this MWE, I have a repeat with alternate endings. However, Cameron> the "\repeat unfold 3 { c1 }" is causing the volta bra

Re: Strange behavior with repeat immediately before alternate endings

2024-10-10 Thread Knute Snortum
On Thu, Oct 10, 2024 at 9:27 AM Lucas Cavalcanti wrote: > Put brackets before and after the "repeat unfold 3". Don't know what > causes this bug, but it still happens in version 2.25.19. > > %% > \fixed c'' { > \repeat volta 2 { > {\repeat unfold 3 { c1 }} > \alternative { \volta 1 { d

Re: Strange behavior with repeat immediately before alternate endings

2024-10-10 Thread Lucas Cavalcanti
de out. de 2024 às 13:21, Cameron Hall escreveu: > I've run into a strange problem that I think may be a bug. In this MWE, > I have a repeat with alternate endings. However, the "\repeat unfold 3 > { c1 }" is causing the volta brackets to disappear for some reason.

Strange behavior with repeat immediately before alternate endings

2024-10-10 Thread Cameron Hall
I've run into a strange problem that I think may be a bug. In this MWE, I have a repeat with alternate endings. However, the "\repeat unfold 3 { c1 }" is causing the volta brackets to disappear for some reason. If I instead write out "c1 c1 c1", it works as expected. If

Re: Problems with alternate endings

2024-10-06 Thread Wols Lists
On 02/10/2024 14:14, Cameron Hall wrote: Noted. This is the first time I've ever used a discussion mailing list, so now I know to use reply all from now on. The shape command does what I want, thanks. If only it were as simple as that ... Depending on what the OTHER person's mail client does,

Re: Problems with alternate endings

2024-10-06 Thread Trevor Bača
On Thu, Oct 3, 2024 at 10:29 AM Cameron Hall wrote: > On Mon, 30 Sep 2024 12:45:25 -0700 > Knute Snortum wrote: > > > On Mon, Sep 30, 2024 at 11:54 AM Cameron Hall > > wrote: > > > > > However, I still can't get the slur to work. > > > > > > > I don't know the answer for the repeats, but use a \r

Re: Problems with alternate endings

2024-10-03 Thread Knute Snortum
On Thu, Oct 3, 2024 at 10:28 AM Knute Snortum wrote: > > On Thu, Oct 3, 2024 at 7:28 AM Cameron Hall wrote: > >> >> What about this case where the slur is only on the very last note of >> the first ending? >> >> %%% BEGIN EXAMPLE %%% >> \version "2.24.4" >> \fixed c'' { >> r2 r4 g,( >> \repe

Re: Problems with alternate endings

2024-10-03 Thread Knute Snortum
-- Knute Snortum On Thu, Oct 3, 2024 at 7:28 AM Cameron Hall wrote: > > What about this case where the slur is only on the very last note of > the first ending? > > %%% BEGIN EXAMPLE %%% > \version "2.24.4" > \fixed c'' { > r2 r4 g,( > \repeat volta 2 { > \mark \default > c4) r d4

Re: Problems with alternate endings

2024-10-03 Thread Cameron Hall
On Mon, 30 Sep 2024 12:45:25 -0700 Knute Snortum wrote: > On Mon, Sep 30, 2024 at 11:54 AM Cameron Hall > wrote: > > > However, I still can't get the slur to work. > > > > I don't know the answer for the repeats, but use a \repeatTie for the > partial slur in the second ending: > > a8\repeatT

Re: Problems with alternate endings

2024-10-02 Thread Cameron Hall
On Mon, 30 Sep 2024 15:55:14 -0700 Knute Snortum wrote: > On Mon, Sep 30, 2024 at 2:31 PM Cameron Hall > wrote: > > > On Mon, 30 Sep 2024 12:45:25 -0700 > > Knute Snortum wrote: > > > > > On Mon, Sep 30, 2024 at 11:54 AM Cameron Hall > > > wrote: > > > > > > > However, I still can't get the s

Re: Problems with alternate endings

2024-10-01 Thread Timothy Lanfear
On 30/09/2024 19:53, Cameron Hall wrote: I am experimenting some more with Lilypond, and I've run into a few problems trying to use the volta repeat with alternate endings. I've decided to put all of the dynamics and structure of the piece into a variable called common. This example

Re: Problems with alternate endings

2024-09-30 Thread Knute Snortum
On Mon, Sep 30, 2024 at 2:31 PM Cameron Hall wrote: > On Mon, 30 Sep 2024 12:45:25 -0700 > Knute Snortum wrote: > > > On Mon, Sep 30, 2024 at 11:54 AM Cameron Hall > > wrote: > > > > > However, I still can't get the slur to work. > > > > > > > I don't know the answer for the repeats, but use a \r

Re: Problems with alternate endings

2024-09-30 Thread Knute Snortum
On Mon, Sep 30, 2024 at 11:54 AM Cameron Hall wrote: > However, I still can't get the slur to work. > I don't know the answer for the repeats, but use a \repeatTie for the partial slur in the second ending: a8\repeatTie r16 b( c' d' | % 2nd ending -- Knute Snortum

Problems with alternate endings

2024-09-30 Thread Cameron Hall
I am experimenting some more with Lilypond, and I've run into a few problems trying to use the volta repeat with alternate endings. I've decided to put all of the dynamics and structure of the piece into a variable called common. This example is in 3/8 time with an eighth note pickup.

Re: Inconsistent crescendo endings (and kate weirdness)

2024-08-26 Thread Knute Snortum
On Mon, Aug 26, 2024 at 2:47 PM Wol wrote: > I've got a little mwe, but my crescendo endings seem a little random. On > line 1, the crescendo ends on the bar line, but the \! is on the g flat. > On line 2, the \! is on the g, and the crescendo ends on the g as I > would expe

Inconsistent crescendo endings (and kate weirdness)

2024-08-26 Thread Wol
I've got a little mwe, but my crescendo endings seem a little random. On line 1, the crescendo ends on the bar line, but the \! is on the g flat. On line 2, the \! is on the g, and the crescendo ends on the g as I would expect. Any ideas why? It's almost as if lilypond is randoml

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 the collective k

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 the obvious

Re: Score structure with alternate endings

2023-11-02 Thread N. Andrew Walsh
Hi Michael, heh, I guess I've gotten so used to keeping my key signature in a separate voice it never occurred to me I could change keys at the level of individual voices. Thanks again, Andrew er/ihn/ihm/sein | he/him/his Berlin On Thu, Nov 2, 2023 at 4:18 PM Michael Werner wrote: > On Thu,

Re: Score structure with alternate endings

2023-11-02 Thread Michael Werner
On Thu, Nov 2, 2023 at 9:43 AM N. Andrew Walsh wrote: > Another question: is it possible to set the key signature for the two > "alternate" sections to be different? I know I can hide one, but is it > possible for different voices to have/display key signatures that are > independent of one anoth

Re: Score structure with alternate endings

2023-11-02 Thread N. Andrew Walsh
Hi Michael, excellent, I'll have a look at that. Another question: is it possible to set the key signature for the two "alternate" sections to be different? I know I can hide one, but is it possible for different voices to have/display key signatures that are independent of one another? Cheers,

Re: Score structure with alternate endings

2023-11-02 Thread Michael Werner
On Thu, Nov 2, 2023 at 7:11 AM N. Andrew Walsh wrote: > One question: you add some extra padding between the two variants with an > \override; is there a way to do the same thing for modifying the padding > between two PianoStaff groups (but not change the staff-staff spacing > within each of the

Re: Score structure with alternate endings

2023-11-02 Thread N. Andrew Walsh
Hi Michael, thank you so much for taking the time to write out an example. I was able to modify it to work for two PianoStaff objects. One question: you add some extra padding between the two variants with an \override; is there a way to do the same thing for modifying the padding between two Pian

Re: Score structure with alternate endings

2023-11-01 Thread Michael Werner
On Wed, Nov 1, 2023 at 10:59 AM N. Andrew Walsh wrote: > Hi List, > Hi Andrew, > I have a client who's written a piece where he wants the last 16 bars to > have two different variations, to be freely chosen by the performer. Sort > of a choose-your-own-adventure score. It's scored for two voic

Score structure with alternate endings

2023-11-01 Thread N. Andrew Walsh
Hi List, I have a client who's written a piece where he wants the last 16 bars to have two different variations, to be freely chosen by the performer. Sort of a choose-your-own-adventure score. It's scored for two voices and piano, but the ending(s) would only be the piano. So, grossly simplified

Re: rests in chord symbols with volta endings

2023-04-27 Thread Jean Abou Samra
Le mercredi 26 avril 2023 à 20:27 -0700, Flaming Hakama by Elaine a écrit : > Thanks for the help. > I forgot to mention that am still on 2.22, so I am still using the > traditional syntax of \repeat and \alternative > > It appears that this is actually the MWE, at least for 2.22 > all the other

Re: rests in chord symbols with volta endings

2023-04-26 Thread Flaming Hakama by Elaine
> > > > > -- Forwarded message -- > From: Flaming Hakama by Elaine > To: Lilypond-User Mailing List > Cc: > Bcc: > Date: Wed, 26 Apr 2023 14:19:36 -0700 > Subject: rests in chord symbols with volta endings > Hi, > > I was trying to use

Re: rests in chord symbols with volta endings

2023-04-26 Thread Jean Abou Samra
Le mercredi 26 avril 2023 à 23:43 +0200, Jean Abou Samra a écrit : > structure = { > \repeat volta 2 { > s1 > } > \alternative { > { s1 } > { s1 } > } > } By the way: regarding the above, I invite you to read the thread https://lists.gnu.org/archive/html/l

Re: rests in chord symbols with volta endings

2023-04-26 Thread Jean Abou Samra
d as is. > > However, when using this in the context of repeat voltas,  > chords in the endings appear above the ending lines,  > rather than below as normal. > > Does anyone have any suggestions for how to get the chord symbols below the > ending lines? Well, the sni

rests in chord symbols with volta endings

2023-04-26 Thread Flaming Hakama by Elaine
Hi, I was trying to use https://lsr.di.unimi.it/LSR/Snippet?id=529 to add some rests to chord symbols After using convert-ly it worked as is. However, when using this in the context of repeat voltas, chords in the endings appear above the ending lines, rather than below as normal. Does anyone

Re: 2.25.2 optional fine endings

2023-03-13 Thread Paul Scott
On 3/13/23 1:25 PM, Jean Abou Samra wrote: Le lundi 13 mars 2023 à 13:04 -0700, Paul Scott a écrit : I've read your wonderful scheme documentation.  I'm still struggling to make sense of Aaron's simple code \fixed c' {    c1    \set Score.repeatCommands = #|((volta ,voltaFine)) c4 d c2 \bar

Re: 2.25.2 optional fine endings

2023-03-13 Thread Jean Abou Samra
Le lundi 13 mars 2023 à 13:04 -0700, Paul Scott a écrit : > I've read your wonderful scheme documentation.  I'm still struggling to > make sense of Aaron's simple code > \fixed c' { >    c1 >    \set Score.repeatCommands = #`((volta ,voltaFine)) >    c4 d c2 \bar "

Re: 2.25.2 optional fine endings

2023-03-13 Thread Paul Scott
On 3/13/23 11:26 AM, Jean Abou Samra wrote: Le lundi 13 mars 2023 à 11:05 -0700, Paul Scott a écrit : On 3/13/23 10:51 AM, Jean Abou Samra wrote: Le lundi 13 mars 2023 à 10:47 -0700, Paul Scott a écrit : It seems like I need to know where repeatCommands is documented. Use the index, Luk

Re: 2.25.2 optional fine endings

2023-03-13 Thread Jean Abou Samra
Le lundi 13 mars 2023 à 11:05 -0700, Paul Scott a écrit : > > On 3/13/23 10:51 AM, Jean Abou Samra wrote: > > > > Le lundi 13 mars 2023 à 10:47 -0700, Paul Scott a écrit : > > > > > > > It seems like I need to know where repeatCommands is documented. > > > > > > > Use the index, Luke! > > >

Re: 2.25.2 optional fine endings

2023-03-13 Thread Paul Scott
On 3/13/23 10:51 AM, Jean Abou Samra wrote: Le lundi 13 mars 2023 à 10:47 -0700, Paul Scott a écrit : It seems like I need to know where repeatCommands is documented. Use the index, Luke! https://lilypond.org/doc/v2.24/Documentation/notation/lilypond-index That's exactly what I did.  It

Re: 2.25.2 optional fine endings

2023-03-13 Thread Jean Abou Samra
Le lundi 13 mars 2023 à 10:47 -0700, Paul Scott a écrit : > It seems like I need to know where repeatCommands is documented. Use the index, Luke! [https://lilypond.org/doc/v2.24/Documentation/notation/lilypond-index](https://lilypond.org/doc/v2.24/Documentation/notation/lilypond-index) signatu

Re: 2.25.2 optional fine endings

2023-03-13 Thread Paul Scott
On 3/13/23 1:36 AM, Aaron Hill wrote: On 2023-03-13 12:57 am, Jean Abou Samra wrote: Le 13 mars 2023 à 06:24, Paul Scott a écrit : What I'm not sure about is what volta does.  A function but what are its arguments and what does it do? Nope, since it’s quoted, it doesn’t get evaluated but

Re: 2.25.2 optional fine endings

2023-03-13 Thread Aaron Hill
On 2023-03-13 12:57 am, Jean Abou Samra wrote: Le 13 mars 2023 à 06:24, Paul Scott a écrit : What I'm not sure about is what volta does. A function but what are its arguments and what does it do? Nope, since it’s quoted, it doesn’t get evaluated but remains a symbol. See https://scheme-b

Re: 2.25.2 optional fine endings

2023-03-13 Thread Jean Abou Samra
> Le 13 mars 2023 à 06:24, Paul Scott a écrit : > > What I'm not sure about is what volta does. A function but what are its > arguments and what does it do? Nope, since it’s quoted, it doesn’t get evaluated but remains a symbol. See https://scheme-book.readthedocs.io/en/latest/scheme/data-t

Re: 2.25.2 optional fine endings

2023-03-12 Thread Paul Scott
On 3/12/23 12:25 AM, Aaron Hill wrote: On 2023-03-11 11:04 pm, Paul Scott wrote: On 3/11/23 11:40 PM, Aaron Hill wrote: On 2023-03-11 10:34 pm, Paul Scott wrote: This still gives the warning and I don't want any repeats there. As the warning is indicating, you are trying to start a new vol

Re: 2.25.2 optional fine endings

2023-03-11 Thread Aaron Hill
On 2023-03-11 11:04 pm, Paul Scott wrote: On 3/11/23 11:40 PM, Aaron Hill wrote: On 2023-03-11 10:34 pm, Paul Scott wrote: This still gives the warning and I don't want any repeats there. As the warning is indicating, you are trying to start a new volta bracket when one already exists. You

Re: 2.25.2 optional fine endings

2023-03-11 Thread Paul Scott
On 3/11/23 11:40 PM, Aaron Hill wrote: On 2023-03-11 10:34 pm, Paul Scott wrote: This still gives the warning and I don't want any repeats there. As the warning is indicating, you are trying to start a new volta bracket when one already exists. You need to explicitly terminate the first o

Re: 2.25.2 optional fine endings

2023-03-11 Thread Aaron Hill
On 2023-03-11 10:34 pm, Paul Scott wrote: This still gives the warning and I don't want any repeats there. As the warning is indicating, you are trying to start a new volta bracket when one already exists. You need to explicitly terminate the first one when you are using repeatCommands: %

Re: 2.25.2 optional fine endings

2023-03-11 Thread Paul Scott
Thank you for your quick reply. This still gives the warning and I don't want any repeats there. Paul On 3/11/23 11:17 PM, Pierre Perol-Schneider wrote: Hi Paul, Try: \version "2.25.0" voltaFine = \markup { \text \upright \fontsize #2 "Fine Ending" } voltaCont = \markup { \text \upright \fon

Re: 2.25.2 optional fine endings

2023-03-11 Thread Pierre Perol-Schneider
Hi Paul, Try: \version "2.25.0" voltaFine = \markup { \text \upright \fontsize #2 "Fine Ending" } voltaCont = \markup { \text \upright \fontsize #2 "To Cont." } \fixed c' { c1 \set Score.repeatCommands = #(list(list 'volta voltaFine) 'start-repeat) c4 d c2 \bar "|." \set Score.repeatCo

Re: 2.25.2 optional fine endings

2023-03-11 Thread Paul Scott
The warning is: warning: already have a volta spanner, ending that one prematurely On 3/11/23 9:49 PM, Paul Scott wrote: The following code derived from NR 1.4.1 "Manual repeats" does what I want but gives a warning.  I don't understand the code or documentation well enough to do it correctly.

2.25.2 optional fine endings

2023-03-11 Thread Paul Scott
The following code derived from NR 1.4.1 "Manual repeats" does what I want but gives a warning.  I don't understand the code or documentation well enough to do it correctly. \version "2.25.2" voltaFine = \markup { \text \upright \fontsize #2 "Fine Ending" } voltaCont = \markup { \text \upright

2.25.2 ending brackets for optional fine endings

2023-03-09 Thread Paul Scott
How can I find the documentation for optional sections with brackets and text above similar to \alternative.  There are no repeats involved. Thank you, Paul

Re: weird fonts in volta endings

2023-01-04 Thread Jean Abou Samra
Le 04/01/2023 à 22:42, Flaming Hakama by Elaine a écrit : Hi, I was hoping someone could help me figure out how to fix this font issue. For quite some number of years, I've been using this function that prints custom text for volta ending labels. But now it is producing strange results. T

weird fonts in volta endings

2023-01-04 Thread Flaming Hakama by Elaine
Hi, I was hoping someone could help me figure out how to fix this font issue. For quite some number of years, I've been using this function that prints custom text for volta ending labels. But now it is producing strange results. The image from the below MWE is attached, it shows that some of t

Re: Setting lytics to alternative endings

2022-12-17 Thread Jogchum Reitsma
Op 16-12-2022 om 13:25 schreef Jean Abou Samra: Le 16/12/2022 à 10:47, Jogchum Reitsma a écrit : Hi Jean, While this work in placing the words correctly, it is, in my case, not quite flawless. If I render the attached snippet, there is no "2"-bracket above the second alternative. But if y

Re: Setting lytics to alternative endings

2022-12-16 Thread Kieren MacMillan
Hi Jean, > I think I was not clear explaining what is OK and what is not. The golden > rule is: *if a bit of music is repeated, in the actual performance by the > player, it should be enclosed in a \repeat block, otherwise it shouldn’t*. Maybe *that* should be included in the docs…? :) Cheers

Re: Setting lytics to alternative endings

2022-12-16 Thread Jean Abou Samra
> Le 16 déc. 2022 à 15:25, Kieren MacMillan a > écrit : > > In a certain way, the unfolded example is inconsistent, right? Shouldn’t it > be something like […] > > Otherwise, you have an example with music that has a \repeat command and > lyrics that don’t… This doc example is not a prob

Re: Setting lytics to alternative endings

2022-12-16 Thread Kieren MacMillan
ics > Lyrics and repeats > Repeats > with alternative endings > https://lilypond.org/doc/v2.23/Documentation/notation/techniques-specific-to-lyrics#lyrics-and-repeats In a certain way, the unfolded example is inconsistent, right? Shouldn’t it be something like \version "2.23.14&q

Re: Setting lytics to alternative endings

2022-12-16 Thread Jean Abou Samra
Le 16/12/2022 à 10:47, Jogchum Reitsma a écrit : Hi Jean, While this work in placing the words correctly, it is, in my case, not quite flawless. If I render the attached snippet, there is no "2"-bracket above the second alternative. But if you comment out the lyrics part, the "problem" has

Re: Fwd: Setting lytics to alternative endings

2022-12-16 Thread Jean Abou Samra
ot;L", you find "lyrics, repeats with alternative endings", making it a matter of *seconds* to find the right section of the docs. Best, Jean OpenPGP_signature Description: OpenPGP digital signature

Re: Setting lytics to alternative endings

2022-12-16 Thread Jogchum Reitsma
Op 15-12-2022 om 16:27 schreef Jean Abou Samra: <...> As said in another thread [1], I would recommend using the \repeat construct in the lyrics too: \version "2.23.82" theMusic = {   \repeat volta 2 {     g'4 4 4 4     \alternative { { f'1 } { c''1 } }   } } theLyrics = \lyricmode {   \re

Fwd: Setting lytics to alternative endings

2022-12-16 Thread Jogchum Reitsma
ts > Repeats with alternative endings https://lilypond.org/doc/v2.23/Documentation/notation/techniques-specific-to-lyrics#lyrics-and-repeats Best regards, Xavier -- Xavier Scheuer Hi, without a doubt it is my bad, but while I've spend quite some time looking for this in the documentatio

Re: Setting lytics to alternative endings

2022-12-16 Thread Jogchum Reitsma
Ah!  Thanks a lot.  Kieren also for taking the effort! regards, Jogchum Op 15-12-2022 om 16:27 schreef Jean Abou Samra: Le 15/12/2022 à 14:57, Kieren MacMillan a écrit : Hi Jogchum, I suppose it is very simple, but I can't find it in documentation, or here on the list. How can one set diffe

Re: Setting lytics to alternative endings

2022-12-15 Thread Xavier Scheuer
repeats, and in particular repeats with alternative (with special cases of melisma, extenders and hyphens, etc). Cf. NR 2.1.2 Techniques specific to lyrics > Lyrics and repeats > Repeats with alternative endings https://lilypond.org/doc/v2.23/Documentation/notation/techniques-specific-to-lyrics#lyr

Re: Setting lytics to alternative endings

2022-12-15 Thread Kieren MacMillan
Hi all, > As said in another thread [1], I would recommend > using the \repeat construct in the lyrics too Oops! Right… It‘s going to take a while to undo my instincts from twenty years of coding the old way! LOL Cheers, Kieren.

Re: Setting lytics to alternative endings

2022-12-15 Thread Jean Abou Samra
Le 15/12/2022 à 14:57, Kieren MacMillan a écrit : Hi Jogchum, I suppose it is very simple, but I can't find it in documentation, or here on the list. How can one set different lyrics to alternative ending? It is simple — so simple, you probably didn’t think it would work: \version "2.23.14"

Re: Setting lytics to alternative endings

2022-12-15 Thread Kieren MacMillan
Hi Jogchum, > I suppose it is very simple, but I can't find it in documentation, or here on > the list. > How can one set different lyrics to alternative ending? It is simple — so simple, you probably didn’t think it would work: \version "2.23.14" theMusic = { \repeat volta 2 { g'4 4 4

Re: manual alternative endings

2021-02-04 Thread Paul Scott
On 2/4/21 2:59 AM, Aaron Hill wrote: On 2021-02-04 1:13 am, Paul Scott wrote: The code below gives me what I want but gives me a warning. warning: already have a volta spanner, ending that one prematurely I'm thinking I need to add (volta #f) to the 2nd repeatCommands string but If so my sch

Re: manual alternative endings

2021-02-04 Thread Aaron Hill
On 2021-02-04 1:13 am, Paul Scott wrote: The code below gives me what I want but gives me a warning. warning: already have a volta spanner, ending that one prematurely I'm thinking I need to add (volta #f) to the 2nd repeatCommands string but If so my scheme is weak enough that I don't know how

manual alternative endings

2021-02-04 Thread Paul Scott
The code below gives me what I want but gives me a warning. warning: already have a volta spanner, ending that one prematurely I'm thinking I need to add (volta #f) to the 2nd repeatCommands string but If so my scheme is weak enough that I don't know how to add it. TIA for any help with this,

Re: Slurs in alternate endings

2020-01-15 Thread Aaron Hill
On 2020-01-15 11:19 am, Pastor Jim Neubauer wrote: I have an alternative ending that includes a slur. I know there is a \repeatTie command for ties across alternate endings, but is there anything as simple for slurs? Do you have a MWE you can provide along with possibly a picture or

Slurs in alternate endings

2020-01-15 Thread Pastor Jim Neubauer
I have an alternative ending that includes a slur. I know there is a \repeatTie command for ties across alternate endings, but is there anything as simple for slurs?

Re: Inserting alternative endings from a music function

2019-06-26 Thread Thomas Morley
Am Mi., 26. Juni 2019 um 17:41 Uhr schrieb Leah Velleman : > > I'm writing a music function to insert a specific pattern of alternative > endings with partial measures. Lilypond gives an error suggesting the > \alternative block is in the wrong place, even though writing it in

Inserting alternative endings from a music function

2019-06-26 Thread Leah Velleman
I'm writing a music function to insert a specific pattern of alternative endings with partial measures. Lilypond gives an error suggesting the \alternative block is in the wrong place, even though writing it in the same place by hand gives no error. For instance, this works as you

Re: counter for voltas with no alternative endings?

2019-02-18 Thread Stig Brautaset
Aaron Hill writes: > On 2019-02-18 9:28 pm, Federico Bruni wrote: >> I see. AFAIK it's not standard notation (I mean, I would interpret it >> as the 8th volta of a missing repeat section), but if that's what you >> want... :-) [...] > I would recommend using simple markup either at the beginning

Re: counter for voltas with no alternative endings?

2019-02-18 Thread Aaron Hill
On 2019-02-18 9:28 pm, Federico Bruni wrote: I see. AFAIK it's not standard notation (I mean, I would interpret it as the 8th volta of a missing repeat section), but if that's what you want... :-) Il giorno lun 18 feb 2019 alle 20:06, Stig Brautaset ha scritto: Hi Federico, Well, I won't try

RE: counter for voltas with no alternative endings?

2019-02-18 Thread Federico Bruni
: Saturday, February 16, 2019 1:52 PM To: lilypond-user@gnu.org Subject: counter for voltas with no alternative endings? Hi, I'm trying to engrave some music that has 4 bars repeated 8 times. I can use a volta, but since there is no alternative ending it doesn't print

RE: counter for voltas with no alternative endings?

2019-02-18 Thread Stig Brautaset
c4 b d e >>>\set Score.repeatCommands = #'((volta #f) (volta "4.") end-repeat) >>>f1 >>>\set Score.repeatCommands = #'((volta #f)) >>> } >>> >>> Mark >>> >>> -Original Message- >&

RE: counter for voltas with no alternative endings?

2019-02-18 Thread Federico Bruni
ommands = #'((volta #f)) } Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Stig Brautaset Sent: Saturday, February 16, 2019 1:52 PM To: lilypond-user@gnu.org Subject: counter for voltas with no alternative endin

RE: counter for voltas with no alternative endings?

2019-02-16 Thread Stig Brautaset
Stig Brautaset > Sent: Saturday, February 16, 2019 1:52 PM > To: lilypond-user@gnu.org > Subject: counter for voltas with no alternative endings? > > Hi, > > I'm trying to engrave some music that has 4 bars repeated 8 times. I can use > a volta, but since there is no alternat

RE: counter for voltas with no alternative endings?

2019-02-16 Thread Mark Stephen Mrotek
: Saturday, February 16, 2019 1:52 PM To: lilypond-user@gnu.org Subject: counter for voltas with no alternative endings? Hi, I'm trying to engrave some music that has 4 bars repeated 8 times. I can use a volta, but since there is no alternative ending it doesn't print the number of repeats.

counter for voltas with no alternative endings?

2019-02-16 Thread Stig Brautaset
Hi, I'm trying to engrave some music that has 4 bars repeated 8 times. I can use a volta, but since there is no alternative ending it doesn't print the number of repeats. Is there any way to force that to print? Here's a minimal example. The first volta doesn't print the number of repeats, the se

Re: Text in alternative endings

2018-01-24 Thread Ralph Palmer
> I'm trying to substitute text for the numbers in alternative endings. > I've > >> struggled with this before. I've tried looking in the Notation Reference > >> and in the Snippet Repository. I'm attaching the closest I've been able > to > >>

Re: Text in alternative endings

2018-01-24 Thread David Kastrup
Thomas Morley writes: > 2018-01-24 0:11 GMT+01:00 David Kastrup : >> Ralph Palmer writes: >> >>> Hi - >>> >>> I'm running LilyPond 2.19.80 with Frescobaldi 2.18.1 under Linux/Ubuntu. >>> >>> I'm trying to substitute tex

Re: Text in alternative endings

2018-01-24 Thread Thomas Morley
2018-01-24 0:11 GMT+01:00 David Kastrup : > Ralph Palmer writes: > >> Hi - >> >> I'm running LilyPond 2.19.80 with Frescobaldi 2.18.1 under Linux/Ubuntu. >> >> I'm trying to substitute text for the numbers in alternative endings. I've >&

Re: Text in alternative endings

2018-01-23 Thread David Kastrup
Ralph Palmer writes: > Hi - > > I'm running LilyPond 2.19.80 with Frescobaldi 2.18.1 under Linux/Ubuntu. > > I'm trying to substitute text for the numbers in alternative endings. I've > struggled with this before. I've tried looking in the Notation Referenc

Text in alternative endings

2018-01-23 Thread Ralph Palmer
Hi - I'm running LilyPond 2.19.80 with Frescobaldi 2.18.1 under Linux/Ubuntu. I'm trying to substitute text for the numbers in alternative endings. I've struggled with this before. I've tried looking in the Notation Reference and in the Snippet Repository. I'm attach

Re: Hairpin endings

2017-04-24 Thread Thomas Morley
Hi David, 2017-04-24 1:34 GMT+02:00 David Nalesnik : > On Sun, Apr 23, 2017 at 6:15 PM, Thomas Morley > wrote: >> 2017-04-23 12:34 GMT+02:00 Andrew Bernard : >> >>> Next thing to do is to achieve the half dashed/half solid appearance - or >>> can this be done already, in the same way that slurs

Re: Hairpin endings

2017-04-23 Thread David Nalesnik
On Sun, Apr 23, 2017 at 6:15 PM, Thomas Morley wrote: > 2017-04-23 12:34 GMT+02:00 Andrew Bernard : > >> Next thing to do is to achieve the half dashed/half solid appearance - or >> can this be done already, in the same way that slurs can? > > How about: This is great! > > #(define (solid-dashed

Re: Hairpin endings

2017-04-23 Thread Thomas Morley
2017-04-23 12:34 GMT+02:00 Andrew Bernard : > Next thing to do is to achieve the half dashed/half solid appearance - or > can this be done already, in the same way that slurs can? How about: #(define (solid-dashed-print-proc grob startx starty endx endy) (let* ((dash-def (ly:grob-property grob

Re: Hairpin endings

2017-04-23 Thread Andrew Bernard
A correction to the code - the hairpin was not starting at the correct place after a dynamic, but was starting at zero offset. Here's the fix: (cons 0 (interval-start Y-ext) -> (cons (interval-start X-ext) (interval-start Y-ext) Andrew == snip % Open hairpin. % By Nathan Ho

Re: Hairpin endings

2017-04-23 Thread David Nalesnik
On Sun, Apr 23, 2017 at 5:34 AM, Andrew Bernard wrote: > Hi David and Nathan, > > Apologies for a tardy response. > > Sincere thanks to both of you for your work on this. It's really useful to > me. I prefer using the ly:line-interface::line version because of the way it > inherits the grob proper

Re: Hairpin endings

2017-04-22 Thread Thomas Morley
2017-04-21 19:15 GMT+02:00 Thomas Morley : > 2017-04-21 14:39 GMT+02:00 David Nalesnik : > The code for "Ferneyhough" hairpins uses make-connected-path-stencil, > hence it will not work for this purpose. > > Below a rewrite using make-path-stencil: [...] > Probably worth a patch. [...] I newly r

Re: Hairpin endings

2017-04-21 Thread David Nalesnik
Hi Nathan, On Fri, Apr 21, 2017 at 12:54 PM, Nathan Ho wrote: > On 2017-04-21 05:39, David Nalesnik wrote: >> >> Instead of using a markup, why not use ly:line-interface::line >> (available from 2.19.27)? This gets thickness from the grob--and any >> other line attributes you want, so you can cre

Re: Hairpin endings

2017-04-21 Thread Nathan Ho
On 2017-04-21 05:39, David Nalesnik wrote: Instead of using a markup, why not use ly:line-interface::line (available from 2.19.27)? This gets thickness from the grob--and any other line attributes you want, so you can create dashed hairpins, whatever. There's no need adjust thickness in this cas

Re: Hairpin endings

2017-04-21 Thread Thomas Morley
2017-04-21 14:39 GMT+02:00 David Nalesnik : > Hi, > > On Fri, Apr 21, 2017 at 1:07 AM, wrote: >> Am 2017-04-21 07:41, schrieb Nathan Ho: >>> >>> On 2017-04-20 20:42, Andrew Bernard wrote: I posted a while ago with a query about hairpins, to which no response. Would there

Re: Hairpin endings

2017-04-21 Thread David Nalesnik
Hi, On Fri, Apr 21, 2017 at 1:07 AM, wrote: > Am 2017-04-21 07:41, schrieb Nathan Ho: >> >> On 2017-04-20 20:42, Andrew Bernard wrote: >>> >>> I posted a while ago with a query about hairpins, to which no >>> response. >>> >>> Would there be any way to have hairpins that don't start, or end in >

Re: Hairpin endings

2017-04-20 Thread Nathan Ho
On 2017-04-20 20:42, Andrew Bernard wrote: I posted a while ago with a query about hairpins, to which no response. Would there be any way to have hairpins that don't start, or end in the other direction, with the lines converging to the same point? I have need from time to time of hairpins where

Hairpin endings

2017-04-20 Thread Andrew Bernard
I posted a while ago with a query about hairpins, to which no response. Would there be any way to have hairpins that don't start, or end in the other direction, with the lines converging to the same point? I have need from time to time of hairpins where the end points are still separated, rather t

Re: Volta endings and using \set Score.repeatCommands

2017-04-11 Thread Stan Mulder
ommands = #(list (list 'volta voltaSolos) 'start-repeat) s1 \bar ":|." } } Stan Hi Stan, (1) %%% In general, the settings accepted in the argument-list for repeatCommands may manually create repeats with or without alternative endings. Dr

  1   2   3   >