Re: decrease distance between beams in tremolo?

2008-03-03 Thread Mats Bengtsson
A better way to solve the original problem might be to use http://lists.gnu.org/archive/html/lilypond-user/2007-01/msg00614.html as a starting point for an automated solution. /Mats Valentin Villenave wrote: 2008/3/2, Peter Van Kranenburg <[EMAIL PROTECTED]>: Hi Peter, This works perfec

Re: decrease distance between beams in tremolo?

2008-03-03 Thread Valentin Villenave
2008/3/2, Peter Van Kranenburg <[EMAIL PROTECTED]>: Hi Peter, > This works perfectly. Thanks a lot! Perhaps you could consider adding a snippet to the LSR, so that anyone can easily find it in the future: http://lsr.dsi.unimi.it/LSR/html/contributing.html > Adjusting the Y-offset all the time

Re: decrease distance between beams in tremolo?

2008-03-02 Thread Peter Van Kranenburg
Mats Bengtsson wrote: As far as I can see in the source code, it should help to do \override StemTremolo #'length-fraction = #0.8 (the default value seems to be 1). I haven't tried it though. I you manage, please send a follow-up to the mailing list for the record (it also seems that this propert

Re: decrease distance between beams in tremolo?

2008-03-02 Thread Mats Bengtsson
As far as I can see in the source code, it should help to do \override StemTremolo #'length-fraction = #0.8 (the default value seems to be 1). I haven't tried it though. I you manage, please send a follow-up to the mailing list for the record (it also seems that this property is missing in the doc

decrease distance between beams in tremolo?

2008-02-29 Thread Peter Van Kranenburg
hello list, Is it possible to decrease the distance between the beams of a tremolo? I'm asking because I'm typsetting 17th century organ music which has an ornament of two slashed through the stem all the time. If I decrease the thickness of a tremolo, it looks almost right, except for the dis

Re: Distance between beams

2005-03-17 Thread Bertalan Fodor
I've found it. Finding that this is similar than with grace notes, and looking at engraver-init.ly and graceSettings: \override Voice.Beam #'space-function = #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult))) Bert Hello, in 2.4.x how can I set the distance between beams

Distance between beams

2005-03-16 Thread Bertalan Fodor
Hello, in 2.4.x how can I set the distance between beams the beams in a 64th note? I can change the thickness of the lines, but not the overall thickness of the beam. Thank you, Bert ___ lilypond-user mailing list lilypond-user@gnu.org http