From: John Mandereau Date: Sun, 23 Nov 2008 11:13:36 +0000 (+0100) Subject: Docs: replace GrandStaff with StaffGroup in Wagner's operas X-Git-Tag: release/2.12.0-1~13^2~32^2~51 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=31f9f98696e03ab14a9842586d309cb8527231ee;p=lilypond.git Docs: replace GrandStaff with StaffGroup in Wagner's operas A GrandStaff is ridiculous for a full orchestra score. --- diff --git a/Documentation/user/fundamental.itely b/Documentation/user/fundamental.itely index 0a3588ef39..7d34d76f29 100644 --- a/Documentation/user/fundamental.itely +++ b/Documentation/user/fundamental.itely @@ -129,7 +129,7 @@ note to a huge compound expression like @example @{ - \new GrandStaff << + \new StaffGroup << @var{...insert the whole score of a Wagner opera in here...} >> @} @@ -282,7 +282,7 @@ music expression and work our way down. @example \score @{ @{ % this brace begins the overall compound music expression - \new GrandStaff << + \new StaffGroup << @var{...insert the whole score of a Wagner opera in here...} >> @} % this brace ends the overall compound music expression @@ -292,8 +292,8 @@ music expression and work our way down. A whole Wagner opera would easily double the length of this manual, so let's just add a singer and piano. We don't need a -@code{GrandStaff} for this ensemble, which simply groups a number -of staves together with a brace at the left, so we shall remove +@code{StaffGroup} for this ensemble, which simply groups a number +of staves together with a bracket at the left, so we shall remove it. We @emph{do} need a singer and a piano, though. @example