lilypond-user
[Top][All Lists]
Advanced

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

Re: Music function with \scaleDurations


From: Malte Meyn
Subject: Re: Music function with \scaleDurations
Date: Fri, 5 Aug 2016 19:57:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0



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.



reply via email to

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