From 127b5b6cb8f6b5d30a3ebf4a4c92edbc804c2b62 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sat, 25 Jun 2011 06:17:25 -0600 Subject: [PATCH] Doc -- fix compile error --- Documentation/notation/staff.itely | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index f81908fef1..aeb07206b7 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -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 -- 2.39.5