lilypond-user
[Top][All Lists]
Advanced

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

Error (?..) in documentation -- NR, music functions


From: Dmytro O. Redchuk
Subject: Error (?..) in documentation -- NR, music functions
Date: Fri, 22 Aug 2008 15:51:50 +0300

NR, 6.1.1 : probably, replace every "arg" with "var" (or otherwise):

------------------------------------------------------------------
6.1.1 Overview of music functions

Making a function which substitutes a variable into LilyPond code is
easy. The general form of these functions is

function =
#(define-music-function (parser location var1 var2... )
                        (var1-type? var2-type?...)
  #{
    ...music...
  #})

where

argi    ith variable
argi-type?      type of variable
...music...     normal LilyPond input, using variables as #$var1.
------------------------------------------------------------------

-- 
Dmytro O. Redchuk




reply via email to

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