On 8 July 2010 19:31, Helge Kruse <[email protected]> wrote:
> How should I fix this? The output looks usable except that the quarter rest
> is too far from last tremolo.
I wouldn't change the time signature to accommodate the tremolo;
instead try scaling the durations, either directly or using
\scaleDurations:
\include "deutsch.ly"
\relative c' {
\key es \major
\time 3/4
\override NoteHead #'duration-log = #1
b64.*32/3 c es |
as, c es |
b64*32/3 c es
\revert NoteHead #'duration-log
r4 |
c''2 es4 |
c4. b8 as b |
}
or
\include "deutsch.ly"
\relative c' {
\key es \major
\time 3/4
\override NoteHead #'duration-log = #1
\scaleDurations #'(32 . 3) {
b64.c es |
as, c es |
b64 c es
}
\revert NoteHead #'duration-log
r4 |
c''2 es4 |
c4. b8 as b |
}
Cheers,
Neil
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user