Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Jean Abou Samra
Le 16/02/2022 à 06:04, Werner LEMBERG a écrit : In recent versions, like version 2.23.6 which you are using, you can use \skip \musicA which is nicer syntax-wise and plays well with \unfoldRepeats. Now that I know to look for it, the definition of `\skip` in

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Werner LEMBERG
>> In recent versions, like version 2.23.6 which you are using, you >> can use >> >> \skip \musicA >> >> which is nicer syntax-wise and plays well with \unfoldRepeats. > > Now that I know to look for it, the definition of `\skip` in >

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Joel C. Salomon
On 2/15/22 14:22, Jean Abou Samra wrote: In recent versions, like version 2.23.6 which you are using, you can use \skip \musicA which is nicer syntax-wise and plays well with \unfoldRepeats. Now that I know to look for it, the definition of `\skip` in

Re: Complex three-voice left hand

2022-02-15 Thread Knute Snortum
Another good way to do it. Thanks! -- Knute Snortum On Tue, Feb 15, 2022 at 12:44 PM Valentin Petzel wrote: > > Hello Knute, > > the thing is that you do not have three voices, but four: > The bass, going ef2 ef4, the treble going df2 df4, the tenor going g4 g gf and > the alto having that

Re: Complex three-voice left hand

2022-02-15 Thread Knute Snortum
On Tue, Feb 15, 2022 at 12:17 PM Leo Correia de Verdier wrote: > > You were almost there: > %%% > \relative { > \time 3/4 > \key f \major > \clef bass > \mergeDifferentlyHeadedOn > << > { \voiceThree <\tweak duration-log #2 g df'>2 * 1/2 g4 | } > \\ > { >

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Valentin Petzel
I’m sorry if this has come across in the wrong way. English is not my native language, so sometime I do not get the tone right and sound ruder than I intended. I did by no means indent to reprimand you for your legitimate question. With the amazing Jean’s comment #skip-of-length should

Re: Complex three-voice left hand

2022-02-15 Thread Valentin Petzel
Hello Knute, the thing is that you do not have three voices, but four: The bass, going ef2 ef4, the treble going df2 df4, the tenor going g4 g gf and the alto having that eigth note pattern. See the appended file for how I’d do it (using forced hshifts, because I do not want to bother with

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Joel C. Salomon
On 2/15/22 14:22, Jean Abou Samra wrote: Le 15/02/2022 à 20:19, Joel C. Salomon a écrit : … seem not to play nicely together. In recent versions, like version 2.23.6 which you are using, you can use \skip \musicA which is nicer syntax-wise and plays well with \unfoldRepeats. Thank you;

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Joel C. Salomon
On 2/15/22 14:38, Valentin Petzel wrote: 15.02.2022 20:20:02 Joel C. Salomon : … seem not to play nicely together. Well, how should they? At the point the skip-of-length is evaluated the repeats are not yet unfolded. To achieve what you want we could have some mechanics where skip events

Re: Complex three-voice left hand

2022-02-15 Thread Leo Correia de Verdier
You were almost there: %%% \relative { \time 3/4 \key f \major \clef bass \mergeDifferentlyHeadedOn << { \voiceThree <\tweak duration-log #2 g df'>2 * 1/2 g4 | } \\ { \voiceFour \override Beam.details.collision-padding = 0 \scaleDurations 2/3 { g8 bf bf g

Complex three-voice left hand

2022-02-15 Thread Knute Snortum
Hello again. I am having difficulties engraving a complex three-voice lefthand measure. Chopin (bless his heart!) has written some "impossible" note lengths. I have two ways that get close to engraving the measure as Chopin wrote it, but not quite. Attached is the measure I want to engrave,

Re: Gracenote accidental placement in strict-note-spacing

2022-02-15 Thread Knute Snortum
On Tue, Feb 15, 2022 at 10:58 AM Jean Abou Samra wrote: > Unfortunately, SpacingSpanner options are quite buggy currently. > > https://gitlab.com/lilypond/lilypond/-/issues/2630 > https://gitlab.com/lilypond/lilypond/-/issues/4493 > https://gitlab.com/lilypond/lilypond/-/issues/4499 > > There is

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Jean Abou Samra
Le 15/02/2022 à 20:19, Joel C. Salomon a écrit : … seem not to play nicely together. ―Joel \version "2.23.6" musicA = \fixed c'' \repeat volta 2 { c d } musicB = \fixed c { a b } music = {   \musicA   \musicB } dynamics = {   <>\f   #(skip-of-length musicA)   <>\p   #(skip-of-length

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Valentin Petzel
Well, how should they? At the point the skip-of-length is evaluated the repeats are not yet unfolded. To achieve what you want we could have some mechanics where skip events could have an element property, and have the handling be done by the engraver. Valentin 15.02.2022 20:20:02 Joel C.

skip-of-length and \unfoldRepeats

2022-02-15 Thread Joel C. Salomon
… seem not to play nicely together. ―Joel \version "2.23.6" musicA = \fixed c'' \repeat volta 2 { c d } musicB = \fixed c { a b } music = { \musicA \musicB } dynamics = { <>\f #(skip-of-length musicA) <>\p #(skip-of-length musicB) %\fine } \score { \new Staff <<

Re: Gracenote accidental placement in strict-note-spacing

2022-02-15 Thread Jean Abou Samra
Le 15/02/2022 à 02:33, Knute Snortum a écrit : I have come across what may be a bug. Below is a tinyish example of gracenotes with strict-note-spacing. The problem is the fis accidental. There's not enough space for it. (See attached picture.) %%% \version "2.23.6" rightHand = \relative {

Re: Improving this "Markup anywhere" snippet

2022-02-15 Thread Lukas-Fabian Moser
Hi Colin, I wonder whether any of you Lilypond wizards could help me work out how to improve my Lilypond scores. Most of my embellishments come from reading/copying bits of code from this forum - but I admit I don't always fully understand why things work. However, I have this 'snippet' which

Improving this "Markup anywhere" snippet

2022-02-15 Thread Colin Baguley
I wonder whether any of you Lilypond wizards could help me work out how to improve my Lilypond scores. Most of my embellishments come from reading/copying bits of code from this forum - but I admit I don't always fully understand why things work. However, I have this 'snippet' which I call "Markup

Re: Font kerning

2022-02-15 Thread Joel C. Salomon
On 2/14/22 11:57, Francesco Napoleoni wrote: In data lunedì 14 febbraio 2022 00:19:11 CET, Joel C. Salomon ha scritto: I wonder whether you’re using the wrong symbol, and using the correct one might help a little. Your code is using the degree sign “°” U+B0, when by context this should