]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/nl/learning/scheme-tutorial.itely
Docs: fix documentation reference of translation committishes
[lilypond.git] / Documentation / nl / learning / scheme-tutorial.itely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*-
2 @c This file is part of learning.tely
3 @ignore
4     Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11
12 @c -*- coding: utf-8; mode: texinfo; -*-
13 @c \version "2.12.0"
14 @node Scheme tutorial
15 @appendix Scheme tutorial
16
17 @untranslated
18
19
20 @c index Scheme
21 @c index GUILE
22 @c index Scheme, in-line code
23 @c index accessing Scheme
24 @c index evaluating Scheme
25 @c index LISP
26 @c ode{GUILE_LOAD_PATH} to the directory @code{../usr/shr/guile/1.8}
27 @c ode{1} is the (integer) number one, while @code{-1.5} is a
28 @c ode{#} symbols to introduce a Scheme section are not required.
29 @c ode{(* 3 4)} is replaced by its value @code{12}.  A similar thing
30 @c index quoting in Scheme
31 @c ode{24} for the @code{twentyFour}.  Instead, we get the name
32 @c ode{twentyFour}.
33 @c ode{twentyFour} in the example above) and variables of internal
34 @c index properties vs. variables
35 @c index variables vs. properties
36 @menu
37 * Tweaking with Scheme::
38 @end menu
39
40 @node Tweaking with Scheme
41 @appendixsec Tweaking with Scheme
42
43 @untranslated
44
45
46 @c ode{\override TextScript #'extra-offset = ( 1 . -1)}.  But
47 @c This isn't a valid example with skylining
48 @c It works fine without padText  -td
49 @c Check this is a valid example with skylining
50 @c It is - 'padding still works
51
52 @c -- SKELETON FILE --