lilypond-devel
[Top][All Lists]
Advanced

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

Re: Scheme output changes in ly:make-duration and ly:make-pitch


From: Simon Albrecht
Subject: Re: Scheme output changes in ly:make-duration and ly:make-pitch
Date: Tue, 8 Sep 2015 21:46:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Am 08.09.2015 um 17:51 schrieb Karim Haddad:
Hello,

I have written a parser that transcribes lilypond scheme output from
\displayMusic .

Something has drastically changed (?) since version 2.19.x
It is not documented yet (?)

the format in 2.18.x was (ly:make-duration 2 0 1)
in 2.19 : (ly:make-duration 2)

Actually, the change is not drastic: the second and third arguments are optional <http://lilypond.org/doc/v2.19/Documentation/notation/scheme-functions#index-ly_003amake_002dduration> and have also been so in v2.18. So these notations are fully equivalent, only the preference in creating \displayXX output has changed.
Same for the last argument to make-pitch.

HTH, Simon



reply via email to

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