Stjepan Horvat <[email protected]> writes:
> thank you..
> i searched with augmentation and diminution and couldn't find..
> this are clasical names for it..
>
> On Wed, Aug 22, 2012 at 4:11 PM, David Kastrup <[email protected]> wrote:
>
> Stjepan Horvat <[email protected]> writes:
>
> > hi..
> >
> > is it possible to make a subject.
> >
> > c4 d e f => c8 d e f
> >
> > something like \diminution 4 8 { c4 d e f }..and the result is
> > c8 d e f
> >
> > or \augmentation 4 2 { c4 d e f }
> >
> > c2 d e f
> >
> > thanks..
>
>
> \shiftDurations #1 #0 { c4 d e f }
> \shiftDurations #-1 #0 { c4 d e f }
Yup. Name, arguments, and discoverability all leave something to be
desired.
\augment 2 => shiftDurations #-1 #0
\augment 1/4 => shiftDurations #2 #0
\augment 3/2 => shiftDurations #0 #1 (the second argument is rather
shaky to interpret and use and
only works in limited situations)
Would likely be better discoverable, and more "natural" to use.
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user