From 64a5913ccaca60f4824faf2ebbf6a1fef0a1f848 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 9 Apr 2008 21:28:58 -0700 Subject: [PATCH] indentation --- Documentation/user/staff.itely | 40 ++++++++++++++-------------------- 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/Documentation/user/staff.itely b/Documentation/user/staff.itely index a736f96794..371cfef579 100644 --- a/Documentation/user/staff.itely +++ b/Documentation/user/staff.itely @@ -173,12 +173,10 @@ In a @code{StaffGroup}, the bar lines will be drawn through all the staves, and the group is started with a bracket. @lilypond[verbatim,ragged-right,quote,fragment,relative=2] -\new StaffGroup { - << - \new Staff { c1 c } - \new Staff { c c } - >> -} +\new StaffGroup << + \new Staff { c1 c } + \new Staff { c c } +>> @end lilypond @item @@ -186,12 +184,10 @@ In a @code{ChoirStaff}, the group is started with a bracket, but bar lines are not connected. @lilypond[verbatim,ragged-right,quote,fragment,relative=2] -\new ChoirStaff { - << - \new Staff { c1 c } - \new Staff { c c } - >> -} +\new ChoirStaff << + \new Staff { c1 c } + \new Staff { c c } +>> @end lilypond @item @@ -199,12 +195,10 @@ In a @code{GrandStaff}, the group is started with a brace at the left, and bar lines are connected between the staves. @lilypond[verbatim,ragged-right,quote,fragment,relative=2] -\new GrandStaff { - << - \new Staff { c1 c } - \new Staff { c c } - >> -} +\new GrandStaff << + \new Staff { c1 c } + \new Staff { c c } +>> @end lilypond @item @@ -213,12 +207,10 @@ optimized for setting piano music. In particular it supports the printing of an instrument name directly, see @ref{Instrument names}. @lilypond[verbatim,ragged-right,quote,fragment,relative=2] -\new PianoStaff { - << - \new Staff { c1 c } - \new Staff { c c } - >> -} +\new PianoStaff << + \new Staff { c1 c } + \new Staff { c c } +>> @end lilypond @end itemize -- 2.39.5