From: Neil Puttock Date: Sat, 23 Jul 2011 19:44:45 +0000 (+0100) Subject: Docs: Compile fix. X-Git-Tag: release/2.14.2-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a9814d583e10e9836b407faecf7410b1efda3a3;p=lilypond.git Docs: Compile fix. --- diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index 8602de47d6..514e18239f 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -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 } }