Re: zero horizontal space between note heads

2023-10-29 Thread Carl Sorensen
On Sun, Oct 29, 2023 at 7:13 AM Werner LEMBERG wrote: > > For testing purposes I try to eliminate spacing completely. > > I tried > > ``` > \version "2.25.9" > > #(set-global-staff-size 26) > > { > \override Staff.Clef.show-horizontal-skylines = ##t > \override

Re: Switching between one staff and two

2023-10-29 Thread Evan Driscoll
On Sun, Oct 29, 2023 at 2:08 AM Werner LEMBERG wrote: > Look up the documentation of `Keep_alive_together_engraver`, which > explains how to make LilyPond split such divisi parts automatically. > > > https://lilypond.org/doc/v2.24/Documentation/notation/modifying-single-staves#hiding-staves

Re: LSR down

2023-10-29 Thread Jean Abou Samra
 > Le 29 oct. 2023 à 22:33, Knute Snortum a écrit : >  > It looks like https://lsr.di.unimi.it/ is down. Does anyone know who > administers that site? Sebastiano, now in CC.

Re: Formatting for a tie

2023-10-29 Thread Samuel Sloniker
Thank you everyone! I got the slurs formatted correctly. \version "2.22.1" \header { title = "Yo sé a Quién he creído" composer = "James McGranaham" poet = "Daniel W. Whittle, tr. Samuel L. Sloniker" copyright = \markup { \center-column { "Traducción © 2023 Samuel L. Sloniker"

LSR down

2023-10-29 Thread Knute Snortum
It looks like https://lsr.di.unimi.it/ is down. Does anyone know who administers that site? -- Knute Snortum

Re: zero horizontal space between note heads

2023-10-29 Thread Werner LEMBERG
>> If I set `packed_spacing`, it's getting a little bit tighter, but >> there is still horizontal whitespace between the note heads, and I >> still don't know where it comes from. > > What happens if you set the Beam X-extent to point-stencil (or > whatever)? Alas, this doesn't help. Replacing

Re: zero horizontal space between note heads

2023-10-29 Thread Kieren MacMillan
Hi Werner, > If I set `packed_spacing`, it's getting a little bit tighter, but > there is still horizontal whitespace between the note heads, and I > still don't know where it comes from. What happens if you set the Beam X-extent to point-stencil (or whatever)? – Kieren

Re: zero horizontal space between note heads

2023-10-29 Thread Werner LEMBERG
> [...] However, there is still some horizontal space between the note > heads. What is it? I tried hard to find something in the IR but > wasn't successful... If I set `packed_spacing`, it's getting a little bit tighter, but there is still horizontal whitespace between the note heads, and I

Re: Moving \dim or \cresc

2023-10-29 Thread Knute Snortum
On Sun, Oct 29, 2023 at 1:59 AM Jean Abou Samra wrote: > > When I was experimenting with moving the X and Y offsets of \dim and > \cresc, I found that X-offset doesn't seem to work with a tweak or an > override. > > > X-offset is rarely meaningful with spanners because they conceptually have >

zero horizontal space between note heads

2023-10-29 Thread Werner LEMBERG
For testing purposes I try to eliminate spacing completely. I tried ``` \version "2.25.9" #(set-global-staff-size 26) { \override Staff.Clef.show-horizontal-skylines = ##t \override Staff.KeySignature.show-horizontal-skylines = ##t \override Staff.TimeSignature.show-horizontal-skylines

Re: Formatting for a tie

2023-10-29 Thread David Kastrup
Jean Abou Samra writes: > Le samedi 28 octobre 2023 à 21:21 -0400, Samuel Sloniker a écrit : >> How can I format this tie in Lilypond? I'm writing a Lilypond file for an >> existing song; this image is from a scan of a hymnal. > > > If you are having trouble finding the answer to this in the >

Re: Formatting for a tie

2023-10-29 Thread Jean Abou Samra
Le samedi 28 octobre 2023 à 21:21 -0400, Samuel Sloniker a écrit : > How can I format this tie in Lilypond? I'm writing a Lilypond file for an > existing song; this image is from a scan of a hymnal. If you are having trouble finding the answer to this in the documentation or Web searches, it's

Re: Moving \dim or \cresc

2023-10-29 Thread Jean Abou Samra
> When I was experimenting with moving the X and Y offsets of \dim and \cresc, I > found that X-offset doesn't seem to work with a tweak or an override. X-offset is rarely meaningful with spanners because they conceptually have two X positions, not one. You can adjust them independently with

Re: Switching between one staff and two

2023-10-29 Thread Werner LEMBERG
> I've pasted some example code after my signature I'm having trouble with. > Can anyone help me solve these problems: [...] Look up the documentation of `Keep_alive_together_engraver`, which explains how to make LilyPond split such divisi parts automatically.

Switching between one staff and two

2023-10-29 Thread Evan Driscoll
Something that I always have trouble with (I'm only an occasional Lilypond user) is writing parts that switch from one staff to two and back, and getting that so it's correct. If there's a relevant section of the manual I have a hard time finding it, and I often find problems when adapting