From 03e0f6d59ce6e4cdb5d3c76f484f8b77a56ab53d Mon Sep 17 00:00:00 2001 From: Jonathan Kulp Date: Sat, 15 Aug 2009 13:32:29 -0500 Subject: [PATCH] WEB: fixed granados example Since the system-count line caused failure under 2.13.4, I commented it out and used \noBreak after m. 2 --- Documentation/general/examples/granados.ly | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/general/examples/granados.ly b/Documentation/general/examples/granados.ly index c23eaf3ba1..e27fdfe72b 100644 --- a/Documentation/general/examples/granados.ly +++ b/Documentation/general/examples/granados.ly @@ -5,16 +5,16 @@ % This is a brief passage from Enrique Granados % % Goyescas, "Coloquio en la Reja." % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -#(set-global-staff-size 18) +#(set-global-staff-size 17) % EXAMPLE BROKEN; uncomment when fixed. -%{ + \paper { ragged-right = ##f #(set-paper-size "letter" 'landscape) - system-count = 1 + %system-count = 1 } -%} + csh = \change Staff = "high" csm = \change Staff = "middle" @@ -42,6 +42,7 @@ upperVoiceOne = \relative c'' { 4\( \voiceTwo \) \slurUp 16( 8) % end m. 2 %--------------------------------------------------% + \noBreak \voiceOne 8\([ \times 4/5{32( aes' g f g]) } \set subdivideBeams = ##t -- 2.39.5