lilypond-user
[Top][All Lists]
Advanced

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

Re: changing proportional notation duration in mid-line


From: Mats Bengtsson
Subject: Re: changing proportional notation duration in mid-line
Date: Mon, 06 Nov 2006 13:09:52 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

Just as any other context property, you can set it with \set. Example:

\relative c'{
 c d e f g f e d
 \set Score.proportionalNotationDuration = #(ly:make-moment 1 64 )
 c d e f g f e d
 \unset Score.proportionalNotationDuration
 c d e f g f e d
}

  /Mats

Orm Finnendahl wrote:
Hi,

I would like to change the amount of horizontal space for a specified
duration in the middle of a line (reflecting a tempo change) globally
(without having to deal with compress music for each staff).

Is there a way to override the setting of
Score.proportionalNotationDuration on the fly, or can someone think of
another way?

--
Orm


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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