From 4a085711da43a9e194657be91a43079322a64824 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sun, 5 Jul 2009 20:00:48 -0700 Subject: [PATCH] Docs: NR: Revise last ossia example - Thanks to Mats for the suggestion http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00890.html --- Documentation/user/staff.itely | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Documentation/user/staff.itely b/Documentation/user/staff.itely index 354ce5e898..677509816a 100644 --- a/Documentation/user/staff.itely +++ b/Documentation/user/staff.itely @@ -590,10 +590,8 @@ example. Using the @code{\RemoveEmptyStaffContext} command to create ossia staves may be used as an alternative. This method is most convenient when ossia staves occur immediately following a line -break. In this case, spacer rests do not need to be used at all; -only @code{\startStaff} and @code{\stopStaff} are necessary. For -more information about @code{\RemoveEmptyStaffContext}, see -@ref{Hiding staves}. +break. For more information about +@code{\RemoveEmptyStaffContext}, see @ref{Hiding staves}. @lilypond[verbatim,quote,ragged-right] << @@ -604,16 +602,15 @@ more information about @code{\RemoveEmptyStaffContext}, see \override StaffSymbol #'staff-space = #(magstep -3) \override StaffSymbol #'thickness = #(magstep -3) } + \relative c'' { + R1*3 + c4 e8 d c2 + } \new Staff \relative c' { c4 b c2 e4 f e2 g4 a g2 \break - << - { c4 b c2 } - \context Staff = ossia { - c4 e8 d c2 \stopStaff - } - >> + c4 b c2 g4 a g2 e4 d c2 } -- 2.39.5