]> git.donarmstrong.com Git - lilypond.git/blob - out/RELEASE-COMMIT
Imported Upstream version 2.14.2
[lilypond.git] / out / RELEASE-COMMIT
1 commit 516e1c3592bd7cb0c7c7fb19fe48ec4385835c77
2 Author: Neil Puttock <n.puttock@gmail.com>
3 Date:   Sat Jul 23 20:44:45 2011 +0100
4
5     Docs: Compile fix.
6
7 diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely
8 index 8602de4..514e182 100644
9 --- a/Documentation/notation/staff.itely
10 +++ b/Documentation/notation/staff.itely
11 @@ -1376,7 +1376,7 @@ changes and a label identifying the source instrument, can be
12  tagged for selective inclusion in the score; see @ref{Using tags}.
13  
14  @lilypond[verbatim,quote]
15 -flute = \relative c'' {
16 +fluteNotes = \relative c'' {
17    r2. c4 d8 c d e fis2 g2 d2
18  }
19  
20 @@ -1399,7 +1399,7 @@ bassoonNotes = \relative c {
21  }
22  \new StaffGroup <<
23    \new Staff {
24 -    \flute
25 +    \fluteNotes
26    }
27    \new Staff {
28      \removeWithTag #'part { \killCues { \bassoonNotes } }