]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/engraver-one-by-one.ly
* Documentation/user/macros.itexi: Use @ref instead of @inforef
[lilypond.git] / input / test / engraver-one-by-one.ly
index b6f0331c10135d74f2fc16ee49ac46eeabe8e937..e89c0dd6d8cb383ed77ba0fb76f45b39f635e1cc 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.3.8"
+\version "2.3.22"
 \header {
     
 texidoc = "The notation problem, creating a certain symbol,
     is handled by plugins. Each plugin is called Engraver. In this example,
-engravers is switched on one by one, in the following order:
+engravers are switched on one by one, in the following order:
 
 @itemize
 @item note heads,
@@ -22,9 +22,9 @@ Staff context.
 "
 
     }
-\paper { raggedright = ##t }
+\layout { raggedright = ##t }
 
-\include "engraver-example.lyinc"
+\include "engraver-example.ily"
 
 
 %
@@ -128,7 +128,7 @@ MyVoice = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
       }
@@ -142,7 +142,7 @@ MyStaff = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -156,7 +156,7 @@ MyStaff = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -169,7 +169,7 @@ MyVoice = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -182,7 +182,7 @@ MyVoice = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -198,7 +198,7 @@ MyVoice= \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -213,7 +213,7 @@ MyStaff = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -226,7 +226,7 @@ MyStaff = \context {
 }
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }