layout-set-staff-size seems to mess with \override Rest.staff-position

2022-06-08 Thread Adam M. Griggs
Hello list, #(layout-set-staff-size) seems to mess with vertical positioning for r\longa, r\breve and multimeasure rests. Please see the attached not-quite-minimal code sample. If I adjust the score (book) size via #(set-global-staff-size) instead, everything works as expected. In case I'm

Re: how to hide dynamics? Only solution is to have a dedicated midi music variable?

2022-06-08 Thread Kenneth Wolcott
Hi Ya; Thank you for showing me the "\set Voice.midiExpression" idea. Ken On Tue, Jun 7, 2022 at 12:11 AM Ya Gloops wrote: > > May be mix with \set Voice.midiExpression=#1 ... > > \version "2.22.2" > > > % Massenet: Meditation, from "Thais" > > > global = { > \language "english" >

Re: how to hide dynamics? Only solution is to have a dedicated midi music variable?

2022-06-08 Thread Kenneth Wolcott
Hi Peter; Thank you very much for helping me connect the Dynamics context with the GrandStaff; I just did not grasp this previously. I definitely need to start implementing the Dynamics context in my Lilypond projects. Ken On Mon, Jun 6, 2022 at 11:15 PM wrote: > > > "Kenneth" ==

Re: how to hide dynamics? Only solution is to have a dedicated midi music variable?

2022-06-08 Thread Kenneth Wolcott
Hi David; Thank you for the tip regarding DAW; seems a bit over my head for now, but I will put it in my ToDo list for future reference. Ken On Mon, Jun 6, 2022 at 10:44 PM David Bellows wrote: > > If you care a lot about how it sounds then you'll want to import the > MIDI into a DAW and

Re: Extending Slur engraver

2022-06-08 Thread Andrew Bernard
Me too. Speaking as a violin player I do not know what you are referring to. Can you post a picture? Andrew David Kastrup wrote on 9/06/2022 6:55 AM: Kyle Baldwin writes: Hello – I’m looking at creating a new slur to be used as a “bowing-slur.” Essentially it would be a styled slur that

TextScript inside staff

2022-06-08 Thread Ahanu Banerjee
Hello, I'm looking for a way to put markup text, anchored to a note, inside the staff. The only way I have found so far is using extra-offset, which results in spacing issues around the text's original position. Is there another way? Example: \version "2.23.8" { \stemUp e'' -\tweak extra-offset

Re: Reducing spacing round clef between notes

2022-06-08 Thread Kieren MacMillan
Hi Paul, > I have a clef change in the middle of a group of semiquavers, and the amount > of space round it is distorting the spacing of the notes in the group more > than is acceptable. There is lots of space on both sides of it which could > happily be reduced. However, I have been unable

Reducing spacing round clef between notes

2022-06-08 Thread Paul Hodges
I have a clef change in the middle of a group of semiquavers, and the amount of space round it is distorting the spacing of the notes in the group more than is acceptable.  There is lots of space on both sides of it which could happily be reduced.  However, I have been unable to find the

Re: Extending Slur engraver

2022-06-08 Thread David Kastrup
Kyle Baldwin writes: > Hello – > > I’m looking at creating a new slur to be used as a “bowing-slur.” > Essentially it would be a styled slur that can co-exist with the slur > and phrasing slur grobs. I have trouble understanding how a "bowing-slur" would differ in any meaning from a slur. --

Re: Extending Slur engraver

2022-06-08 Thread Kyle Baldwin
Ah – Perfect. Thank you. When I first learned lilypond it was around 2.18. I forgot this got added in the last couple of years. Thank you! From: Jean Abou Samra Date: Wednesday, June 8, 2022 at 1:06 PM To: Kyle Baldwin , lilypond-user@gnu.org Subject: Re: Extending Slur engraver Le

Extending Slur engraver

2022-06-08 Thread Kyle Baldwin
Hello – I’m looking at creating a new slur to be used as a “bowing-slur.” Essentially it would be a styled slur that can co-exist with the slur and phrasing slur grobs. Looking in the source code for the phrasing slur engraver, it looks like it just passes the information to the slur engraver

Re: Extending Slur engraver

2022-06-08 Thread Jean Abou Samra
Le 08/06/2022 à 21:55, Kyle Baldwin a écrit : Hello – I’m looking at creating a new slur to be used as a “bowing-slur.” Essentially it would be a styled slur that can co-exist with the slur and phrasing slur grobs. Looking in the source code for the phrasing slur engraver, it looks like

Extending Slur engraver

2022-06-08 Thread Kyle Baldwin
Hello – I’m looking at creating a new slur to be used as a “bowing-slur.” Essentially it would be a styled slur that can co-exist with the slur and phrasing slur grobs. Looking in the source code for the phrasing slur engraver, it looks like it just passes the information to the slur engraver