Re: clef change in 1st ending

2021-10-28 Thread J Martin Rushton
Ooops! Wrong thread. Sorry. On Wed, 2021-10-27 at 22:28 +0100, J Martin Rushton wrote: > Kevin, > Just a tiny typo: in the last verse of "Go where the glory waits > thee" > you have "Draw_w_ one tear from thee;" > > Regards, > Martin > >

Re: clef change in 1st ending

2021-10-27 Thread J Martin Rushton
Kevin, Just a tiny typo: in the last verse of "Go where the glory waits thee" you have "Draw_w_ one tear from thee;" Regards, Martin

Re: clef change in 1st ending

2021-10-27 Thread Wol
On 26/10/2021 08:46, Lukas-Fabian Moser wrote: While this is technically perfect, I'd strongly advise against doing it this way: It's a recipe for disaster regarding the start of the 2nd alternative. Half of your cellists (or whatever instrument uses tenor and bass clef here) is going to play

Re: clef change in 1st ending

2021-10-27 Thread Jean Abou Samra
Le 27/10/2021 à 09:23, Lukas-Fabian Moser a écrit : but I admit that your solution gives better spacing. (The extra-spacing-width of both Staff.Clef and Staff.BarLine doesn't seem to be able to increase the space between clef and barline.) Even though this behavior may not be clearly

Re: clef change in 1st ending

2021-10-27 Thread David Kastrup
Lukas-Fabian Moser writes: >> \version "2.22.1" >> >> { >>   \clef tenor >>   \repeat volta 2 { >>     c'1 >>     \clef bass >>     c'1 >>   } >>   \alternative { >>     { >>   c'1 >>   \set Staff.clefGlyph = "clefs.C" >>     } >>     { c'1 } >>   } >>   c'1 >> } > > While this is

Re: clef change in 1st ending

2021-10-27 Thread Lukas-Fabian Moser
Hi Valentin, Am 27.10.21 um 09:09 schrieb Valentin Petzel: Hello Lukas, hello Jean, hello David, Maybe something like this could do the trick. Yes, maybe (even though I still read f' after the bar line for a second and had to look in the source to find out what the intended pitch was). :-)

Re: clef change in 1st ending

2021-10-27 Thread Valentin Petzel
Hello Lukas, hello Jean, hello David, Maybe something like this could do the trick. Cheers, Valentin Am Dienstag, 26. Oktober 2021, 09:46:57 CEST schrieb Lukas-Fabian Moser: > > \version "2.22.1" > > > > { > > \clef tenor > > \repeat volta 2 { > > c'1 > > \clef bass > > c'1 > >

Re: clef change in 1st ending

2021-10-26 Thread David Zelinsky
Lukas-Fabian Moser writes: > While this is technically perfect, I'd strongly advise against doing > it this way: It's a recipe for disaster regarding the start of the 2nd > alternative. Half of your cellists (or whatever instrument uses tenor > and bass clef here) is going to play a g' here,

Re: clef change in 1st ending

2021-10-26 Thread Lukas-Fabian Moser
\version "2.22.1" {   \clef tenor   \repeat volta 2 {     c'1     \clef bass     c'1   }   \alternative {     {   c'1   \set Staff.clefGlyph = "clefs.C"     }     { c'1 }   }   c'1 } While this is technically perfect, I'd strongly advise against doing it this way: It's a recipe for

Re: clef change in 1st ending

2021-10-25 Thread Jean Abou Samra
Le 26/10/2021 à 01:21, David Zelinsky a écrit : I have a repeated section that starts in tenor clef, then changes to bass clef (before the repeat). I want to show a tenor clef at the end of the 1st ending, just before the repeat sign, as a reminder that the repeat starts in that clef. But when

clef change in 1st ending

2021-10-25 Thread David Zelinsky
I have a repeated section that starts in tenor clef, then changes to bass clef (before the repeat). I want to show a tenor clef at the end of the 1st ending, just before the repeat sign, as a reminder that the repeat starts in that clef. But when I put '\clef "tenor"' in the first \alternative,