]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/learning/tutorial.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / learning / tutorial.itely
index 603b114dbe61d9f240a06add32b4dbee1e212612..850dc5b6166eb6c7ffacd712fc05e3c6752e656a 100644 (file)
@@ -405,10 +405,10 @@ The @notation{tempo indication} and @notation{metronome mark} can be
 set with the @code{\tempo} command:
 
 @lilypond[verbatim,quote]
-\relative c'' {
+\relative {
   \time 3/4
   \tempo "Andante"
-  a4 a a
+  a'4 a a
   \time 6/8
   \tempo 4. = 96
   a4. a
@@ -455,11 +455,11 @@ The @notation{clef} can be set using the @code{\clef} command:
 Here is a small example showing all these elements together:
 
 @lilypond[verbatim,quote]
-\relative c, {
+\relative {
   \clef "bass"
   \time 3/4
   \tempo "Andante" 4 = 120
-  c2 e8 c'
+  c,2 e8 c'
   g'2.
   f4 e d
   c4 c, r