]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.54
authorfred <fred>
Tue, 26 Mar 2002 21:50:54 +0000 (21:50 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:50:54 +0000 (21:50 +0000)
Documentation/man/lilypond.yo
Documentation/tex/tutorial.yo

index 6c5bcce3066635122216f81ddac20839c9c3a788..d82b76d5c34219512ed11d2a623b8d3907064118 100644 (file)
@@ -136,16 +136,8 @@ Lots of them.  See file(TODO) and file(BUGS)
 
 manpageseealso()
 
-LilyPond comes with various other documentation files, but most are in
-the form of manual pages.  They are included in the source
-package. Interesting documents include 
-
-description(
-dit(MANIFESTO)
-    Goals of the GNU LilyPond project.
-dit(FAQ)
-    The GNU LilyPond FAQ list
-)
+LilyPond comes with various other documentation files.  They are
+included in the source package.
 
 A further source for information is the website, which can be found at
 lurl(http://www.lilypond.org/).  The website contains on-line versions
index 883447e72e6e330b7e9845c9f9baa6680176b062..d160e7abc8a247f408c90cdb1ef871922e51937a 100644 (file)
@@ -97,7 +97,7 @@ mudela(verbatim)(
            \key g;
            \time 3/4;          
 
-       \repeat 2 {
+       \repeat "semi" 2 {
            d4 g,8 a b c d4 g, g |
            e'4 c8 d e fis g4 g, g |
            c4 d8( )c b a( )b4 c8 b a g |
@@ -796,25 +796,6 @@ Example:
     [d'8 dis'] e' c''4 e'8 c''4 
   )
 
-dit(code(\grouping) var(durationslist)) sets the metric structure of the measure.
-    Its effect can best be shown by an example:
-    mudela(fragment,verbatim,center)(
-        \time 5/16;
-        \grouping 16*3 16*2;
-        [c'8 c'16 c'8]
-        \grouping 16*2 16*3;
-        [c'8 c'16 c'8]
-        \grouping 16*5 ;
-        [c'8 c'16 c'8]
-    )
-
-In practice, you won't be needing this command often: the
-grouping is switched automatically when you issue a code(\time)
-command.  It is set to a combination of groups
-of 2 and 3 beats, with as many groups of
-3 as possible (in other words: 4/4 is divided in two times two beats
-(2+2), 8/8 in 3+3+2)
-)
 
 The commands described above aren't really music, but they can best be
 thought as as notes with no duration.  Since they are grammatically