]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: Compile fix. release/2.14.2-1
authorNeil Puttock <n.puttock@gmail.com>
Sat, 23 Jul 2011 19:44:45 +0000 (20:44 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sat, 23 Jul 2011 19:44:45 +0000 (20:44 +0100)
Documentation/notation/staff.itely

index 8602de47d67fb7f088ddd6948b93b44afaf88520..514e18239fc8aa9a8c980ac5b0fed3fae90f64d8 100644 (file)
@@ -1376,7 +1376,7 @@ changes and a label identifying the source instrument, can be
 tagged for selective inclusion in the score; see @ref{Using tags}.
 
 @lilypond[verbatim,quote]
-flute = \relative c'' {
+fluteNotes = \relative c'' {
   r2. c4 d8 c d e fis2 g2 d2
 }
 
@@ -1399,7 +1399,7 @@ bassoonNotes = \relative c {
 }
 \new StaffGroup <<
   \new Staff {
-    \flute
+    \fluteNotes
   }
   \new Staff {
     \removeWithTag #'part { \killCues { \bassoonNotes } }