]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/introduction.itely
* SConstruct (symlink): Add dvips and music-drawing-routines.ps.
[lilypond.git] / Documentation / user / introduction.itely
index 25caaa0247f7426d7d293cabe769fad3c3db423d..7dba103d57b24162c1c91b44d999bee0f9ff18e7 100644 (file)
@@ -32,8 +32,9 @@ ink.  An image was formed by pressing paper to the plate.  The
 stamping and cutting was completely done by hand.  Making a correction
 was cumbersome, if possible at all, so the engraving had to be perfect
 in one go.  Engraving was a highly specialized skill, a craftsman had
-to complete around ten years of practical training before he could be
-a master engraver.
+to complete around five years of training before he could
+be a master engraver, and another five years of experience were
+necessary to become truly skilled.
 
 Nowadays, all newly printed music is produced with computers.  This
 has obvious advantages; prints are cheaper to make, editorial work can
@@ -354,7 +355,7 @@ note heads, the @code{Note_heads_engraver}.
   \topVoice
   \paper {
     \context {
-      \VoiceContext
+      \Voice
       \remove "Stem_engraver"
       \remove "Phrasing_slur_engraver"
       \remove "Slur_engraver"
@@ -363,7 +364,7 @@ note heads, the @code{Note_heads_engraver}.
       \remove "Auto_beam_engraver"
     }
     \context {
-      \StaffContext
+      \Staff
       \remove "Accidental_engraver"
       \remove "Key_engraver"
       \remove "Clef_engraver"
@@ -386,7 +387,7 @@ Then a @code{Staff_symbol_engraver} adds the staff
   \topVoice
   \paper {
     \context {
-      \VoiceContext
+      \Voice
       \remove "Stem_engraver"
       \remove "Phrasing_slur_engraver"
       \remove "Slur_engraver"
@@ -395,7 +396,7 @@ Then a @code{Staff_symbol_engraver} adds the staff
       \remove "Auto_beam_engraver"
     }
     \context {
-      \StaffContext
+      \Staff
       \remove "Accidental_engraver"
       \remove "Key_engraver"
       \remove "Clef_engraver"
@@ -417,7 +418,7 @@ the @code{Clef_engraver} defines a reference point for the staff
   \topVoice
   \paper {
     \context {
-      \VoiceContext
+      \Voice
       \remove "Stem_engraver"
       \remove "Phrasing_slur_engraver"
       \remove "Slur_engraver"
@@ -426,7 +427,7 @@ the @code{Clef_engraver} defines a reference point for the staff
       \remove "Auto_beam_engraver"
     }
     \context {
-      \StaffContext
+      \Staff
       \remove "Accidental_engraver"
       \remove "Key_engraver"
       \remove "Bar_engraver"
@@ -446,7 +447,7 @@ and the @code{Stem_engraver} adds stems.
   \topVoice
   \paper {
     \context {
-      \VoiceContext
+      \Voice
       \remove "Phrasing_slur_engraver"
       \remove "Slur_engraver"
       \remove "Script_engraver"
@@ -454,7 +455,7 @@ and the @code{Stem_engraver} adds stems.
       \remove "Auto_beam_engraver"
     }
     \context {
-      \StaffContext
+      \Staff
       \remove "Accidental_engraver"
       \remove "Key_engraver"
       \remove "Bar_engraver"
@@ -762,7 +763,7 @@ have clickable links.
 @item
 Templates
 @ifhtml
-(available @uref{../../../input/template/out-www/collated-files.html,here})
+(available @uref{../../../../input/template/out-www/collated-files.html,here})
 @end ifhtml
 
 After you have gone through the tutorial, you should be able to write
@@ -785,7 +786,7 @@ included.
 @item
 The regression tests
 @ifhtml
-(available @uref{../../../input/regression/out-www/collated-files.html,here})
+(available @uref{../../../../input/regression/out-www/collated-files.html,here})
 @end ifhtml
 
 This collection of files tests each notation and engraving feature of