Re: How do I keep space between staves reasonable?

2022-06-25 Thread Kieren MacMillan
Hi Kevin, Does \paper { page-count = 1 } work for you? Thanks, Kieren.

Cross-Staff stems not working

2022-06-25 Thread Simon Bailey
Hi, consider this code: \version "2.23.9" \layout { \context { \PianoStaff \consists "Span_stem_engraver" } } { \new PianoStaff << \new Staff { 4 r r2 | } \new Staff { \clef bass \crossStaff { 4 } r r2 | } >> } What am I missing to get the stem

Re: simplify the program code

2022-06-25 Thread Knute Snortum
On Fri, Jun 24, 2022 at 1:16 AM Лысов Дмитрий wrote: > > Hello. How to simplify the program code? > Source text (.xlsx): https://disk.yandex.ru/i/QNJiHUoFMqGdWA > Program code (.ly): https://disk.yandex.ru/d/SfNy-mchF9V34g I have a feeling you'll get more responses if you add your ly file as a te

Re: How do I keep space between staves reasonable?

2022-06-25 Thread Knute Snortum
On Fri, Jun 24, 2022 at 7:49 PM Kevin Cole wrote: > > I'm sorry I don't know how to create a minimal working example. > > I have a rather simple melody with a single staff (vocal). Under the > staff I have two stanzas of lyrics (the first verse and the chorus). > After the score, I have a \markup

Re: Cross-Staff stems not working

2022-06-25 Thread Knute Snortum
On Sat, Jun 25, 2022 at 5:59 AM Simon Bailey wrote: > > Hi, > > consider this code: > > \version "2.23.9" > \layout { > \context { > \PianoStaff > \consists "Span_stem_engraver" > } > } > > { > \new PianoStaff << > \new Staff { > 4 r r2 | > } > \new Staff { >

Re: How do I keep space between staves reasonable?

2022-06-25 Thread mas2
It sounds like Kieren's suggestion would work best. If you have more music or markup before or after, just put that page into its own bookpart. ⁣Get BlueMail for Android ​ On Jun 24, 2022, 10:50 PM, at 10:50 PM, Kevin Cole wrote: >I'm sorry I don't know how to create a minimal working example.

Re: How do I keep space between staves reasonable?

2022-06-25 Thread Andrew Bernard
It's an issue with flexible vertical spacing relating to ChordNames and FretBoards, easily solved with setting this up with VerticalAxisGroup alist property settings. Kevin sent me the score. When I refine the solution I'll post something about it here soon. I have to say, even after years of

CrossStaff and Dynamics

2022-06-25 Thread Alberto Simões
Hello I am using CrossStaff and everything worked fine. But after following a snippet that suggest adding the dynamics as an independent voice of spaces: \score { \new PianoStaff = "PianoStaff_pf" << \new Staff = "upper" << \upper >> \new Dynamics = "dynamics" \dynamics \new Staff =

Re: CrossStaff and Dynamics

2022-06-25 Thread Paul Hodges
Your snippet doesn't include the Span_stem_engraver, so I guess you lost that when adding the Dynamics.  Here is an extracted part of the score of that I am just now working on, with /lots/ of cross-staff joins as well as central dynamics: \score {   <<     \new PianoStaff \with {       \cons

Re: CrossStaff and Dynamics

2022-06-25 Thread Alberto Simões
Dear Paul, I feel ashamed now. Indeed, I lost it when changing to the new Dynamics. Thanks for your quick answer. Its working back ;) Alberto On Sat, Jun 25, 2022 at 9:49 PM Paul Hodges wrote: > Your snippet doesn't include the Span_stem_engraver, so I guess you lost > that when adding the Dyna

Re: CrossStaff and Dynamics

2022-06-25 Thread Andrew Bernard
No need for shame. I think it depends on the direction of the stem in the upper staff doesn't it? So it's not always the case that you have to put the cross staff indication in the upper staff. I think. Andrew Alberto Simões wrote on 26/06/2022 6:53 AM: Dear Paul, I feel ashamed now. Indeed,

Re: CrossStaff and Dynamics

2022-06-25 Thread Andrew Bernard
Oh - I just realised you were talking about the engraver! Andrew Andrew Bernard wrote on 26/06/2022 12:35 PM: No need for shame. I think it depends on the direction of the stem in the upper staff doesn't it? So it's not always the case that you have to put the cross staff indication in the up

Re: Override NoteHead glyph

2022-06-25 Thread Lukas-Fabian Moser
Hi Ahanu, Am 22.06.22 um 21:19 schrieb Ahanu Banerjee: I am trying to create noteheads (without stems) that have a duration longer than a quarter note (crotchet) but are filled-in. They are meant to represent the notes that will be heard when a harmonic is played. I am not sure how to do this;