lilypond-user
[Top][All Lists]
Advanced

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

Re: Music function with \scaleDurations


From: Evan O'Dorney
Subject: Re: Music function with \scaleDurations
Date: Fri, 5 Aug 2016 11:52:00 -0700

Wow!! An instant solution. Thanks, Malte!

Evan

On Fri, Aug 5, 2016 at 10:57 AM, Malte Meyn <address@hidden> wrote:


Am 05.08.2016 um 19:39 schrieb Evan O'Dorney:
    \set Staff.timeSignatureFraction = 2/4
    \scaleDurations 3/2 { $mus }
    \revert Staff.timeSignatureFraction

However, GUILE gives an error at "$mus". What's wrong?

Are you sure? Which LilyPond version are you using? 2.16.2 and 2.18.2 don’t complain about $mus. What they do complain about is the \revert. \set can be undone by \unset, \override by \revert. So you have to use \unset here.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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