Re: [tablatures] tremolos in tablature

[ Thread Index | Date Index | More lilynet.net/tablatures Archives ]


Carl Sorensen schrieb:
[...]
The #'beam-thickness of the tremolo beams is defined in
scm/define-grobs.scm as .48 * staff space.
In ly/engraver-init.ly we have the staff space spread to 1.5 * staff
space, so it would be optimal to
define the #'beam-thickness in TabStaff being 0.48/1.5=0.32 to ensure
the tremolo beams are equal
in size for normal and tab staves.

[...]
Me again ;-)

In ly/engraver-init.ly, I found

%% TabStaff increase the staff-space, which in turn
%% increases beam thickness and spacing; beams are
%% too big. We have to adjust the beam settings:
\override Beam #'beam-thickness = #0.32

So I just have to add
\override StemTremolo #'beam-thickness = #0.32

as well. (Perhaps I create a patch *before* cleaning up my machine ...)

Marc





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/