11.01.2017 um 18:46 schrieb Malte Meyn:
You can get the duration from the context property timeSignatureFraction
or baseMoment:
%
\version "2.19.53"
{
\time 12/8
\applyContext
#(lambda (context)
(display (ly:context-property
context
'
Am 11.01.2017 um 14:00 schrieb Thomas Weber:
> Dear all,
>
> I wonder how I can create a duration that is so to say exactly one time
> signature denominator long (e.g. an eigth in 6/8, a quarter in 4/4
> etc.). I thought something like this would work:
You can get the duration from the context
Dear all,
I wonder how I can create a duration that is so to say exactly one time
signature denominator long (e.g. an eigth in 6/8, a quarter in 4/4 etc.). I
thought something like this would work:
#(make-music
'SkipEvent
'duration
(ly:make-duration 0 0 1 (