]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/nl/learning/tutorial.itely
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / nl / learning / tutorial.itely
index 0b08b426b0964d27edcd37ee4da3f8019824cbfb..ad9191151c30140848bacf72577514824f44f6f7 100644 (file)
@@ -1,6 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; fill-column: 60 -*-
 @ignore
-    Translation of GIT committish: 66dd932f6519b7913400a838c5efbc5407e06cd8
+    Translation of GIT committish: 6908517be0826a3386264cd6d26d742b18e3a227
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -13,7 +13,7 @@
 
 @include included/generating-output.itexi
 
-@c \version "2.14.0"
+@c \version "2.16.0"
 
 @node Leerboek
 @translationof Tutorial
@@ -389,16 +389,42 @@ naam @code{r}@tie{}:
 
 Terminologie: @rglos{time signature}.
 
-De @notation{maatsoort} kun je aangeven met het @code{\time}
-commando:
+De @notation{maatsoort} kun je aangeven met het @code{\time}-commando:
+
+@lilypond[verbatim,quote]
+\relative c'' {
+  \time 3/4
+  a4 a a
+  \time 6/8
+  a4. a
+  \time 4/4
+  a4 a a a
+}
+@end lilypond
+
+@subheading Tempo-aanduidingen
+
+@cindex tempo marks
+@cindex metronome marks
+
+@funindex \tempo
+@funindex tempo
+
+Terminologie: @rglos{tempo indication}, @rglos{metronome}.
+
+De @notation{tempo indication} en @notation{metronome mark} worden
+gezet met het @code{\tempo}-commando:
 
 @lilypond[verbatim,quote]
 \relative c'' {
   \time 3/4
+  \tempo "Andante"
   a4 a a
   \time 6/8
+  \tempo 4. = 96
   a4. a
   \time 4/4
+  \tempo  "Presto" 4 = 120
   a4 a a a
 }
 @end lilypond
@@ -444,6 +470,7 @@ toont:
 \relative c, {
   \clef "bass"
   \time 3/4
+  \tempo "Andante" 4 = 120
   \clef "bass"
   c2 e8 c'
   g'2.
@@ -631,7 +658,7 @@ het oplossen van problemen die je tegen zou kunnen komen.
 
 @node Algemene tips voor het oplossen van problemen
 @subsection Algemene tips voor het oplossen van problemen
-@node General troubleshooting tips
+@translationof General troubleshooting tips
 
 Het oplossen van LilyPond-problemen kan een uitdaging als je
 gewend bent aan een grafische gebruikers interface, omdat