lilypond-user
[Top][All Lists]
Advanced

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

Midi: tremolo vs n:m


From: Benjamin Tordoff
Subject: Midi: tremolo vs n:m
Date: Sun, 16 Oct 2022 20:20:13 +0100

Hi all,

My understanding is that "\repeat tremolo 4 {c16}" and "c4:16"  should be 
equivalent, the latter just being a (welcome) shortcut for the former. In the 
PDF output (without expanding repeats) they look identical however in the midi 
playback (with repeats expanded) the former plays as four semi-quavers but the 
latter as a single crotchet. This seems wrong.

% This should produce 8 semi-quavers:
\version "2.23.10"
\score {
        \unfoldRepeats {
                \repeat tremolo 4 {c'16} 
                c'4:16
        }
        \midi {}
}

Is this a bug, or am I doing something wrong here?

Thanks

Ben


reply via email to

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