Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread tisimst
#x27;after-line-breaking' to > 'before-line-breaking' it changed all of them. Indeed, that is strange since it worked for me without fail, but I'm glad to hear you got something working for you! - Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Dominic
-- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-adjust-the-padding-between-a-StemTremolo-and-a-NoteHead-tp179448p179494.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list li

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Abraham Lee
On 8/11/2015 11:14 AM, tisimst wrote: \layout { \override Voice.StemTremolo.after-line-breaking = #(lambda (grob) (let* ((*pad 1.0*) % <--- ADJUST THIS TO TASTE (cnt (ly:grob-property grob 'flag-count)) (stem (ly:grob-object grob 'stem)) (leng (ly:grob-prope

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread tisimst
aham ajjgagfj.png (12K) <http://lilypond.1069038.n5.nabble.com/attachment/179490/0/ajjgagfj.png> ahdacbjg.png (12K) <http://lilypond.1069038.n5.nabble.com/attachment/179490/1/ahdacbjg.png> -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-adjust-t

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Robin Bannister
Malte Meyn wrote: But unfortunately it doesn’t work properly in 2.19.24 (and 2.18.2) Yes, I think stems were reworked a lot around 2.16? Here is that override approach with a duration condition: %% \version "2.18.0" #(define (stem-stretch stem-tremolo-grob) (let ((flag-count (l

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Malte Meyn
Am 11.08.2015 um 16:13 schrieb Robin Bannister: This discussion of a similar (outdated?) attempt might be useful: http://www.lilypondforum.de/index.php?topic=415.msg2425;topicseen#msg2425 This looks nice! I didn’t really like the idea of having to use a music function to do that … And of co

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Robin Bannister
Malte Meyn wrote: But I already have an idea how to improve this This discussion of a similar (outdated?) attempt might be useful: http://www.lilypondforum.de/index.php?topic=415.msg2425;topicseen#msg2425 Cheers, Robin ___ lilypond-user mailin

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Malte Meyn
Am 11.08.2015 um 13:52 schrieb Malte Meyn: might break soon; sorry for that, maybe it could be improved. For example, \unstrangleTremolos g'''2:32 extends the stem without need. But I already have an idea how to improve this: Don’t completely rely on ly:stem::calc-length but maybe do somethin

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Malte Meyn
Am 11.08.2015 um 10:00 schrieb Robin Bannister: Dominic wrote: hoist = % for moving StemTremolo beams further from notehead { \once \override Stem.length = #(lambda (grob) (+ 1 (ly:stem::calc-length grob))) } I made a scheme function from this that extends stems of quarter and half n

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread David Kastrup
Robin Bannister writes: > Dominic wrote: > >> At the moment I have to laboriously override the Stem.length-fraction on an >> individual basis, depending on how many slashes there are, which is not >> ideal. >> >> Any ideas? > > > I had this problem recently and worked around it with > > hoist =

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Robin Bannister
Dominic wrote: At the moment I have to laboriously override the Stem.length-fraction on an individual basis, depending on how many slashes there are, which is not ideal. Any ideas? I had this problem recently and worked around it with hoist = % for moving StemTremolo beams further from not

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-10 Thread Malte Meyn
Am 11.08.2015 um 01:06 schrieb Dominic: With one slash or two slashes, everything looks fine, but with three or more slashes, the gap between the top of the NoteHead and the bottom of the StemTremolo (illustrated with red lines in my image) is too narrow for my liking. I agree on that but I hav

How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-10 Thread Dominic
how many slashes there are, which is not ideal. Any ideas? Thanks, Dominic -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-adjust-the-padding-between-a-StemTremolo-and-a-NoteHead-tp179448.html Sent from the User mailing