]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc -- fix compile error
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 25 Jun 2011 12:17:25 +0000 (06:17 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 25 Jun 2011 15:52:32 +0000 (09:52 -0600)
Documentation/notation/staff.itely

index f81908fef1bf53f2161f3f105ce02af95cec0400..aeb07206b78c602b73ebd4a01b787f7606b32903 100644 (file)
@@ -1339,7 +1339,7 @@ if the cue notes require a change in clef, the original clef should
 be restored at the end of the cue notes.
 
 @lilypond[verbatim,quote]
-flute = \relative c'' {
+fluteNotes = \relative c'' {
   r2. c4 d8 c d e fis2 g2 d2
 }
 
@@ -1356,7 +1356,7 @@ bassoonNotes = \relative c {
 \addQuote "flute" { \fluteNotes }
 
 \new Staff {
-  \bassoon
+  \bassoonNotes
 }
 @end lilypond
 
@@ -1395,14 +1395,14 @@ bassoonNotes = \relative c {
 \addQuote "flute" { \fluteNotes }
 
 \new Staff {
-  \bassoon
+  \bassoonNotes
 }
 \new StaffGroup <<
   \new Staff {
     \flute
   }
   \new Staff {
-    \removeWithTag #'part { \killCues { \bassoon } }
+    \removeWithTag #'part { \killCues { \bassoonNotes } }
   }
 >>
 @end lilypond