bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tablatures] tremolos in tablature


From: Marc Hohl
Subject: Re: [tablatures] tremolos in tablature
Date: Mon, 23 Aug 2010 23:35:15 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]