Re: acciaccatura on lieder set

2024-05-28 Thread Robert Garrigos
thanks, Stephan, that fixes the problem Robert > El 28 maig 2024, a les 8:53, Stephan Schöll va escriure: > > Try adding a grace spacer in the melody at the moment of the > acciaccaturas in the piano: > > \new Voice \relative c' { > \global > \grace s8 g'2. | > } > > Am 28

Re: acciaccatura on lieder set

2024-05-28 Thread David Kastrup
Stephan Schöll writes: > Try adding a grace spacer in the melody at the moment of the > acciaccaturas in the piano: > >     \new Voice \relative c' { >   \global >   \grace s8 g'2. | >     } The day will come when this will get smited.

Re: acciaccatura on lieder set

2024-05-28 Thread Kieren MacMillan
On May 28, 2024, at 3:16 AM, David Kastrup wrote: > > The day will come when this will get smited. I dunno… maybe we should bronze it instead? I mean, you gotta admire the tenacity. — Kieren __ My work

Re: acciaccatura on lieder set

2024-05-28 Thread Owen Le Blanc
On May 28, 2024, at 3:16 AM, David Kastrup wrote: > > The day will come when this will get smited. There are in fact a few other issues that sometimes happen in connection with this bug: besides spacing, besides the problem with clefs and key sig

Graphical markup between objects?

2024-05-28 Thread Fennel
I would like to draw lines between fingerings to indicate shifts, pivots, etc. on an unfretted string instrument. Say I have something like the following: \version "2.24.3" \relative c' { c4-1 d-2 } I would like to produce something similar to the following: [image.png] I know that this is

Re: Graphical markup between objects?

2024-05-28 Thread Kieren MacMillan
Hi Fennel, > I would like to draw lines between fingerings to indicate shifts, pivots, > etc. on an unfretted string instrument. > Say I have something like the following: > \version "2.24.3" > \relative c' { > c4-1 d-2 > } > > I would like to produce something similar to the following: > >

Re: Graphical markup between objects?

2024-05-28 Thread Fennel
Hi Kieren, Yes, this is a good start! I’d like the fingerings to be engraved as they would if they were actual fingering objects. For example, the desired result for the following snippet would ideally look like below: \version "2.24.3" \relative c' { c-1 d''-2 } [image.png] instead of being

Re: Graphical markup between objects?

2024-05-28 Thread Aaron Hill
On 2024-05-28 10:43 am, Fennel wrote: I would like to draw lines between fingerings to indicate shifts, pivots, etc. on an unfretted string instrument. Say I have something like the following: \version "2.24.3" \relative c' { c4-1 d-2 } Before you go create something yourself, have you l

Re: Graphical markup between objects?

2024-05-28 Thread Fennel
Ooh ooh ooh! This is exactly what I was looking for! I was unaware that this existed; I would have never thought to look for glide. Thank you -fennel

Re: Graphical markup between objects?

2024-05-28 Thread Werner LEMBERG
> > Before you go create something yourself, have you looked at what > > LilyPond supports [1]? There are built-in options to change the > > style of the FingerGlideSpanner. Your "V"-bend shape probably > > could be added as a new style. > > This is exactly what I was looking for! I was unaware