lilypond-user
[Top][All Lists]
Advanced

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

Where are Lilypond Scheme functions documented?


From: Peter Gentry
Subject: Where are Lilypond Scheme functions documented?
Date: Fri, 30 Jan 2015 20:27:58 -0000

 
>Date: Thu, 29 Jan 2015 22:16:12 +0100
>From: "address@hidden" <address@hidden>
>To: lilypond-user <address@hidden>
>Subject: Where are Lilypond Scheme functions documented?
>Message-ID: <address@hidden>
>Content-Type: text/plain; charset=utf-8; format=flowed
>
Have a look at music-scheme.cc in the Lily source files

LY_DEFINE (ly_music_property, "ly:music-property",
           2, 1, 0, (SCM mus, SCM sym, SCM val),
           "Return the value for property @var{sym} of music expression"
           " @var{mus}.  If no value is found, return @var{val} or"
           " @code{'()} if @var{val} is not specified.")

HTH but don't ask me to explain it!

Peter G




reply via email to

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