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

2023-08-14 Thread Viktor Mastoridis
The same problem - large Repeat Slashes - appears on a default Tab setting. "StaffSymbol.staff-space" is not invoked here. The slashes look normal on 2.22 (I attach 2.22 & 2.24 screenshots). Any suggestions to reduce the size of the slashes? The previous code (shrink =...) doesn't work for tabs..

Re: Question about condensed score

2023-08-14 Thread David Kastrup
Rip _Mus writes: > wow!! > Now I understand Knute's answer too. > Unfortunately, opening the page in the Italian version, the documentation > relating to the Keep_alive_together_engraver is not there. Its internals are documented, but its remove-layer settings are not really documented as a user

Re: Question about condensed score

2023-08-14 Thread Flaming Hakama by Elaine
> From: Rip _Mus > To: Flaming Hakama by Elaine > Cc: Lilypond-User Mailing List > Bcc: > Date: Mon, 14 Aug 2023 17:45:27 +0200 > Subject: Re: Question about condensed score > Thanks for sharing your workflow, that's what I was afraid I'd have to do. > While waiting for other possible answers, I

Re: Question about condensed score

2023-08-14 Thread Rip _Mus
wow!! Now I understand Knute's answer too. Unfortunately, opening the page in the Italian version, the documentation relating to the Keep_alive_together_engraver is not there. Thank you very much for the solution, thank you very much! Il giorno lun 14 ago 2023 alle ore 19:46 David Kastrup ha scri

Re: Question about condensed score

2023-08-14 Thread David Kastrup
Rip _Mus writes: > Hello, > please consider the following example: > > %%% > \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 { shortInstrumentNam

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

2023-08-14 Thread Viktor Mastoridis
On Mon, 14 Aug 2023 at 17:40, Jean Abou Samra wrote: > Le lundi 14 août 2023 à 17:22 +0100, Viktor Mastoridis a écrit : > > That change was in fact a bug fix. Percent repeats didn't correctly > scale with the staff size, but now they do. > > You can always resize the symbols manually with > > \ve

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

2023-08-14 Thread Jean Abou Samra
Le lundi 14 août 2023 à 17:22 +0100, Viktor Mastoridis a écrit : > Hello again, > > I need more space between the 5 lines (for primary school age). > In 2.22 I used  > \override StaffSymbol.staff-space = #1.5 (with additional commands for stem > length etc). > > Now in 2.24, the same command enla

Re: Question about condensed score

2023-08-14 Thread Rip _Mus
Hello, please consider the following example: %%% \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 { shortInstrumentName = "Fl. 1-2" } << \new Staff \with { instrumentName = "Fl

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

2023-08-14 Thread Viktor Mastoridis
Hello again, I need more space between the 5 lines (for primary school age). In 2.22 I used \override StaffSymbol.staff-space = #1.5 (with additional commands for stem length etc). Now in 2.24, the same command enlarges the Repeat slashes and I simply can't find a way to shrink them a bit. See at

Re: Question about condensed score

2023-08-14 Thread David Kastrup
Rip _Mus writes: > Good morning everyone! > I would like to ask if you know a strategy to achieve the following result. > > I'm working on an orchestral score. I'd like the two flute staves to be > shown separate when they play, while condensed when both are silent > (perhaps with a staff name sh

Re: Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Viktor Mastoridis
> > Try > > \version "2.24.1" > > \new Staff { > \relative c { > \easyHeadsOn > \override NoteHead.font-name = "Ubuntu" > \override NoteHead.stem-attachment = > #(lambda (grob) > (if (eqv? UP (ly:grob-property (ly:grob-object grob 'stem) > 'direction)) > '

Re: Question about condensed score

2023-08-14 Thread Rip _Mus
Thanks for sharing your workflow, that's what I was afraid I'd have to do. While waiting for other possible answers, I would like to ask you what problems, if any, your approach presents when you go to elaborate the parts. Il giorno lun 14 ago 2023 alle ore 17:29 Flaming Hakama by Elaine < ela...@

Re: Question about condensed score

2023-08-14 Thread Flaming Hakama by Elaine
> From: Rip _Mus > To: Lilypond-User Mailing List > Cc: > Bcc: > Date: Mon, 14 Aug 2023 08:43:17 +0200 > Subject: Question about condensed score > Good morning everyone! > I would like to ask if you know a strategy to achieve the following result. > > I'm working on an orchestral score. I'd like

Re: Question about condensed score

2023-08-14 Thread Rip _Mus
In fact, sadly, I haven't found any trace of this in the documentation. I imagined a solution, a bit like a programmer, but I don't know how to implement yet. The idea is to be able to change the instrumentName conditionally: - if the staffGroup contains less than two staves (because one of them is

Re: Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Jean Abou Samra
Le lundi 14 août 2023 à 15:49 +0100, Viktor Mastoridis a écrit : > Hello, > > I recently upgraded to 2.24. > > I need to change the note names (font) of  \easyHeads to make them bigger & > clearer (for primary school kids).  > > As the title says, if I change the font, the stems are positioned i

Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Viktor Mastoridis
Hello, I recently upgraded to 2.24. I need to change the note names (font) of \easyHeads to make them bigger & clearer (for primary school kids). As the title says, if I change the font, the stems are positioned in the middle. In 2.22 I used to solve this with "override NoteHead.stem-attachment

Re: Question about condensed score

2023-08-14 Thread james
Perhaps I'm mistaken, and if so, I'm certain will correct me, but I believe lilypond isn't able to do this. You would need three staves, one each for the individual parts and on common one for both, manually assign music to the appropriate staves, and insert breaks where necessary. > On Aug 14,

Re: Question about condensed score

2023-08-14 Thread Rip _Mus
Thank you Knute, I already know how to hide empty staves. The point is to condense only during the rests, changing the name of the staves. When they are separated each staff should have its own name ("fl. 1" - "fl. 2"), while when they are condensed they should show a unique name ("fl. 1-2"), perh

Re: Question about condensed score

2023-08-14 Thread Knute Snortum
This part of the documentation will probably help you: https://lilypond.org/doc/v2.25/Documentation/notation/hiding-staves -- Knute Snortum On Sun, Aug 13, 2023 at 11:44 PM Rip _Mus wrote: > Good morning everyone! > I would like to ask if you know a strategy to achieve the following result.

Re: Tacit in parts

2023-08-14 Thread Kieren MacMillan
Hi Valentin, > the issue here is that empty scores are not printed by Lilypond. The approach > given in the appended file does not use a toplevel markup, but a "TacetStaff" > context, which will print "Tacet" as StaffSymbol. Interesting approach! I’ll have to consider the pros/cons of using thi

Tacit in parts

2023-08-14 Thread Vaughan McAlley
Hello. I am working on a multi-movement piece with some parts having different instrumentation. In the instrumental parts I would like to have the movement title (in subtitle format), and either the music for that movement or a large, centered Tacit marking. In this example, if I use an empty score