How do I shift notes in one voice w/o shifting the other?

2023-11-28 Thread Kevin Cole
I searched for a way to shift notes horizontally but when I shift the half-note chord in the first voice below, it shifts the second eighth-note in the second voice, forcing it to stay to the right of the half-note. When I tried adding something to shift the beamed eight-notes to the left, it shift

Re: solved; how to get system separator on both sides

2023-11-28 Thread Jean Abou Samra
> Yes thank you that works.  perhaps could be put in snippet respository? [https://lsr.di.unimi.it/LSR/Item?id=1176](https://lsr.di.unimi.it/LSR/Item?id=1176) signature.asc Description: This is a digitally signed message part

solved; how to get system separator on both sides

2023-11-28 Thread jh
Yes thank you that works. perhaps could be put in snippet respository? On 2023-11-28 02:09, Jean Abou Samra wrote: I don't think it's in a snippet, but you can do \version "2.24.2" \paper { system-separator-markup = \markup \fill-line { \slashSeparator \slashSeparator } } { c' \break c'

Re: Lilypond 2.24.3 / iMac Sonoma / GS -dNODISPLAY fatal error

2023-11-28 Thread Eric
Well, that worked. (I can now continue collating the parts of at least the first movement of Robert Fuchs' 4th string quartet (1916) into score past bar 195 where I left my project... ;) ) Thanks much!! On Tue, Nov 28, 2023 at 5:38 AM Eric wrote: > Well, that’s depressing, I thought I had. I’ll

Re: Lilypond 2.24.3 / iMac Sonoma / GS -dNODISPLAY fatal error

2023-11-28 Thread Eric
Well, that’s depressing, I thought I had. I’ll get on that- thanks! On Tue, Nov 28, 2023 at 01:51 Jonas Hahnfeld wrote: > On Tue, 2023-11-28 at 01:33 -0500, Eric wrote: > > Installed 2.24.3 -docs using Macports, used convert-ly on a couple of > > files I'd last worked on in June, and received th

Re: Extra space before line break before ossia staff

2023-11-28 Thread Jean Abou Samra
> Is this a bug? Yes , see https://gitlab.com/lilypond/lilypond/-/issues/4263 signature.asc Description: This is a digitally signed message part

Re: forgotten how to get system separator on both sides

2023-11-28 Thread Jean Abou Samra
I don't think it's in a snippet, but you can do ``` \version "2.24.2" \paper { system-separator-markup = \markup \fill-line { \slashSeparator \slashSeparator } } { c' \break c' } ``` signature.asc Description: This is a digitally signed message part

Re: Extra space before line break before ossia staff

2023-11-28 Thread Ole V. Villumsen
Solved with \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible \version "2.24.3" \layout { ragged-right = ##t } mainKey = { \key es \major } \new StaffGroup { \new Staff = main \relative { \mainKey g'1 | \break << { g1 } \new Staff \with {

Extra space before line break before ossia staff

2023-11-28 Thread Ole V. Villumsen
It seems to me that when an ossia staff (or similar supplementary staff) happens to begin at a line break, Lilypond meaninglessly sets space apart for a key signature before the line break even though there is no key signature printed there. Is this a bug? Is there a workaround? The output from