]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge git://git.sv.gnu.org/lilypond
authorValentin Villenave <valentin@villenave.net>
Thu, 16 Oct 2008 19:48:28 +0000 (21:48 +0200)
committerValentin Villenave <valentin@villenave.net>
Thu, 16 Oct 2008 19:48:28 +0000 (21:48 +0200)
Documentation/user/pitches.itely
Documentation/user/programming-interface.itely
Documentation/user/tutorial.itely

index d8ddf1f2911808ba1de3d704af2d82dc57e5ae0e..9836536fbc3473d59ea94a811f0ba9f03b75f9da 100644 (file)
@@ -336,6 +336,9 @@ cis
 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
 {preventing-extra-naturals-from-being-automatically-added.ly}
 
+@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+{makam-example.ly}
+
 @seealso
 
 Music Glossary:
index ba9fdc95e56b8e235a7767ef3153af738f4b9857..6327a5e19c6ef26abeee420e2e424b1d8d8fd883 100644 (file)
@@ -360,7 +360,7 @@ traLaLa = { c'4 d'4 }
 { \twice }
 @end lilypond
 
-Due to parser lookahead
+@c Due to parser lookahead
 
 In this example, the assignment happens after parser has verified that
 nothing interesting happens after @code{traLaLa = @{ ... @}}.  Without
@@ -374,8 +374,9 @@ wrapping a Scheme value in the function @code{ly:export}, a Scheme
 value is interpreted as if it were entered in LilyPond syntax.
 Instead of defining @code{\twice}, the example above could also have
 been written as
+
 @example
-@dots{}
+...
 @{ #(ly:export (make-sequential-music (list newLa))) @}
 @end example
 
@@ -438,7 +439,7 @@ under @rinternals{Music properties}.
 A compound music expression is a music object that contains other
 music objects in its properties.  A list of objects can be stored in
 the @code{elements} property of a music object, or a single @q{child}
-music object in the @code{element} object.  For example,
+music object in the @code{element} property.  For example,
 @rinternals{SequentialMusic} has its children in @code{elements},
 and @rinternals{GraceMusic} has its single argument in
 @code{element}.  The body of a repeat is stored in the @code{element}
index 97666d598b0e11f6d5d1ec7eb652f190bb9d30ff..e6f45b51c8d3551071392e216823413995ed32d4 100644 (file)
@@ -275,7 +275,7 @@ example, the first note -- the @code{d} -- is the closest D to
 middle C.
 
 By adding (or removing) quotes @code{'} or commas @code{,} from
-the @w{@code{\relative c' @{}} command, we can change the starting
+the @code{@w{\relative c' @{}} command, we can change the starting
 octave:
 
 @lilypond[verbatim,quote]