]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/world.itely
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / notation / world.itely
index 428c35f201c44d359e88fd67d6407552e1ea6d2a..379b83246c4e46e352cbe8bc11e795c20519d191 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.19.21"
 
 @node World music
 @section World music
@@ -190,8 +190,8 @@ notated:
 
 @lilypond[quote,verbatim]
 \include "arabic.ly"
-\relative do' {
-  do re misb fa sol la sisb do sisb la sol fa misb re do
+\relative {
+  do' re misb fa sol la sisb do sisb la sol fa misb re do
 }
 @end lilypond
 
@@ -209,9 +209,9 @@ signature cannot be altered by using this method.
 
 @lilypond[quote,verbatim]
 \include "arabic.ly"
-\relative do' {
+\relative {
   \set Staff.extraNatural = ##f
-  dod dob dosd \dwn dob dobsb dodsd do do
+  dod' dob dosd \dwn dob dobsb dodsd do do
 }
 @end lilypond
 
@@ -280,7 +280,7 @@ maqam.
 Here is one suggested grouping that maps the more common maqams to
 key signatures:
 
-@multitable @columnfractions 0.1 0.1 0.1 0.6
+@multitable @columnfractions 0.15 0.1 0.1 0.6
 @headitem maqam group
   @tab key
   @tab finalis
@@ -342,7 +342,7 @@ Notation Reference:
 @ref{Key signature}.
 
 Learning Manual:
-@rlearning{Accidentals and key signatures}.
+@rlearning{Pitches and key signatures}.
 
 Internals Reference:
 @rinternals{KeySignature}.
@@ -371,9 +371,6 @@ the automatic beaming behaviour and/or use compound time signatures.
 
 @snippets
 
-@lilypondfile[verbatim,quote,texidoc,doctitle]
-{compound-time-signatures.ly}
-
 @lilypondfile[verbatim,quote,texidoc,doctitle]
 {arabic-improvisation.ly}
 
@@ -410,13 +407,13 @@ intervals and unusual modes that are discussed in this section.
 @lilypond[quote,verbatim]
 \include "arabic.ly"
 \score {
-  \relative re' {
+  \relative {
     \set Staff.extraNatural = ##f
     \set Staff.autoBeaming = ##f
     \key re \bayati
     \time 10/8
 
-    re4 re'8 re16 [misb re do] sisb [la sisb do] re4 r8
+    re'4 re'8 re16 [misb re do] sisb [la sisb do] re4 r8
     re16 [misb do re] sisb [do] la [sisb sol8] la [sisb] do [re] misb
     fa4 fa16 [misb] misb8. [re16] re8 [misb] re  [do] sisb
     do4 sisb8 misb16 [re do sisb] la [do sisb la] la4 r8
@@ -535,7 +532,7 @@ Western scales and modes: @notation{koma} (1/9 of a tone),
 @notation{artık ikili} (12/9 or 13/9 of a tone).
 
 From a modern notational point of view it is convenient to
-use the standard Western staff notes (c, d, e, ...) with
+use the standard Western staff notes (c, d, e, @dots{}) with
 special accidentals that raise or lower notes by intervals
 of 1/9, 4/9, 5/9 and 8/9 of a tone.  These accidentals are
 defined in the file @file{makam.ly}.