Re: Sizing Dynamics

2023-01-03 Thread Mark Mathias
Wonderful! Thank you. I had gotten closer to discovering the Hairpin.height parameter, but my level of understanding starts getting challenged when reading Internals pages and knowing what to do with them. (Non-programmer, you see.) Your tip just allowed me to understand enough to add \override Hai

Re: Sizing Dynamics

2023-01-03 Thread Michael Werner
Oh yeah, one more thing. When you're doing the Dynamics context you don't need to replace the notes with spacer rests. You can just do a direct copy of the music and add the dynamics to it - the notes don't get printed. So you can just do this: \new Dynamics \with { fontSize = #-5

Re: Sizing Dynamics

2023-01-03 Thread Michael Werner
Hi Mark, Looks like Hairpins have their own sizing properties. A full list is at http://lilypond.org/doc/v2.24/Documentation/internals/hairpin but in this case looks like height is probably the one you want used something like this: \version "2.24.0" \relative c'' { << \new Staff \with {

Re: Sizing Dynamics

2023-01-03 Thread Mark Mathias
Yes, thank you. I overlooked retrying \magnifyStaff having just updated to 2.24.0 after failing in 2.22.2. I just now tried it, but I get the same result as with fontsize, viz., the text changes size, but the hairpins do not. On Tue, Jan 3, 2023 at 8:49 AM Xavier Scheuer wrote: > On Tue, 3 Jan 2

Re: Sizing Dynamics

2023-01-03 Thread Xavier Scheuer
On Tue, 3 Jan 2023 at 14:30, Mark Mathias wrote: > > Using dynamics separately from a staff is useful, but for some reason changing the size affects the DynamicText but not the hairpins. I'd like the hairpins to match the staff size if possible. Hello, If you use Lilypond version > 2.23.6 (which

Sizing Dynamics

2023-01-03 Thread Mark Mathias
Using dynamics separately from a staff is useful, but for some reason changing the size affects the DynamicText but not the hairpins. I'd like the hairpins to match the staff size if possible. Thank you, Mark \version "2.24.0" \relative c'' { << \new Staff \with { \magnifyStaff #2/3