Re: Question about condensed score

2023-08-15 Thread Rip _Mus
Good morning everyone, going back to the solution written by David, I found that simply adding the Duration_line_engraver causes the example to fail to compile. Can anyone tell me why this happens? Below is the minimal example: %%% global = { s1\break s1\break s1 } flOne = \relative c' {

Re: strange detached beam issue

2023-08-15 Thread Jin Choi
Yes, I noted that the problem doesn’t occur in my snippet. I will try to add things to it until I can get it to happen. In my full text, I have just had it happen again, in a similar passage where both parts leave the upper stave. Forcing a voice to “hold open” the staff again fixes it for me.

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread David Kastrup
Viktor Mastoridis writes: >> >> \layout { >> \shrink Staff.PercentRepeat >> \shrink Staff.RepeatSlash >> \shrink Staff.DoubleRepeatSlash >> } > > > Thank you for this, David. It's a handy little shortcut. It's actually several shortcuts playing relay without dropping the baton. -- David

Re: strange detached beam issue

2023-08-15 Thread William Rehwinkel via LilyPond user discussion
It should be noted that on 2.25.7 this doesn't happen on my machine, and the beam renders correctly (after running convert-ly on your snippet, it didn't change anything). -William On 8/15/23 18:11, Jin Choi wrote: I have a section of piano music where two voices start in the treble clef and

Re: strange detached beam issue

2023-08-15 Thread Jin Choi
I solved the issue, but still don’t understand why it happened. Apparently, when both voices leave the top staff, the staff or some context or something just goes away at that point, even though it’s in use later? I just added a third parallel voice that sits in the top staff and s1*4 to hold it

Re: Fonts for tablature?

2023-08-15 Thread Jean Abou Samra
> Le 16 août 2023 à 01:50, Alasdair McAndrew a écrit : > >  > If you look at > https://musescore.org/sites/musescore.org/files/2020-05/lute-tab-bug.png > (don't worry about the colours) there's a font which I like. A similar font > is used in abctab2ps (it's called "frFrancisque" there), a

Fonts for tablature?

2023-08-15 Thread Alasdair McAndrew
If you look at https://musescore.org/sites/musescore.org/files/2020-05/lute-tab-bug.png (don't worry about the colours) there's a font which I like. A similar font is used in abctab2ps (it's called "frFrancisque" there), and you can see it in use at https://www.lautengesellschaft.de/cdmm/sample.pn

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread Viktor Mastoridis
> > \layout { > \shrink Staff.PercentRepeat > \shrink Staff.RepeatSlash > \shrink Staff.DoubleRepeatSlash > } Thank you for this, David. It's a handy little shortcut. VM

strange detached beam issue

2023-08-15 Thread Jin Choi
I have a section of piano music where two voices start in the treble clef and subsequently move down into the bass clef. When the right hand moves down, the beam stays in the treble clef unattached to anything: When I try to isolate this section, the problem does not occur. I am mystified as

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread David Kastrup
Viktor Mastoridis writes: > On Tue, 15 Aug 2023 at 10:59, Jean Abou Samra wrote: > >> Le mardi 15 août 2023 à 01:37 +0100, Viktor Mastoridis a écrit : >> > The previous code (shrink =...) doesn't work for tabs... >> >> >> It works here: > > Ah, it's TabStaff (not Staff), of course! > \layout { >

Re: grace notes/acciaccaturas occur before time signature change if only in bass clef

2023-08-15 Thread Paul Hodges
One of the oldest of all LilyPond bugs, to do with items which take no musical time.  You need to put a dummy grace note before the c in the upper staff; \grace s8 will do it. Paul From: Jin Choi To: Sent: 15/08/2023 19:30 Subject: grace notes/acciaccaturas occur before time

Re: grace notes/acciaccaturas occur before time signature change if only in bass clef

2023-08-15 Thread Paul Scott
Well known bug. Add \grace s8 to upper in same position as acciaccatura c8 HTH, Paul On 8/15/23 11:30 AM, Jin Choi wrote: In the following snippet, a change of time signature appears after an acciaccatura if the time change happened in one staff without a grace note but a grace note appear

grace notes/acciaccaturas occur before time signature change if only in bass clef

2023-08-15 Thread Jin Choi
In the following snippet, a change of time signature appears after an acciaccatura if the time change happened in one staff without a grace note but a grace note appears in some other staff. Is there a way to fix this without making sure the time change always appears in the staff with the grace

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread Viktor Mastoridis
On Tue, 15 Aug 2023 at 10:59, Jean Abou Samra wrote: > Le mardi 15 août 2023 à 01:37 +0100, Viktor Mastoridis a écrit : > > The previous code (shrink =...) doesn't work for tabs... > > > It works here: > > \version "2.24.2" > > shrink = > \propertyTweak stencil > #(grob-transformer 'stencil (la

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread Jean Abou Samra
Le mardi 15 août 2023 à 01:37 +0100, Viktor Mastoridis a écrit : > The previous code (shrink =...) doesn't work for tabs... It works here: \version "2.24.2" shrink = \propertyTweak stencil #(grob-transformer 'stencil (lambda (grob orig) (ly:stencil-scale orig 0.7 0.7))) \etc \layout { \c

Concerto Grosso scores? Was: Question about condensed score

2023-08-15 Thread Mats Bengtsson
On 2023-08-14 19:46, David Kastrup wrote: Sounds somewhat like exa.ly %%% \version "2.24.1" global = { s1\break s1\break s1 } flOne = \relative c' { e1 r1 e1 } flTwo = \relative c' { c1 r1 c1 } \new StaffGroup \with { \consists "Keep_alive_together_engraver" }