lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: score runs off the page


From: Peter Chubb
Subject: Re: score runs off the page
Date: Sat, 19 Dec 2009 12:05:59 +1100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 22) (Instant Classic) (i486-linux-gnu)

With 2.12.2, the overture compiles (with some warnings), and looks OK
on a4 paper, except for the last page, where bar numbers are printed for
non-existant staves.  Also the copyright notice on the first page
collides with the music.

With 2.13.9, the 'cello parts run off the bottom of the first page,
and on the second and third pages the systems are expanded to fill the
page instead of taking their natural height.  The problem with bar
numbers from bar 40 is still there.  I've found the problem for the
bar numbers: on line 357 of overture.ly you've typed 111 instead of 11
for the number of rests.

Putting an explicit \break after bar 6 gives a nice page turn (almost
all parts have rests) and fixes the spacing problem on A4 paper.

Here're the changes I made:

--- overture.ly~        2009-12-11 22:00:06.000000000 +1100
+++ overture.ly 2009-12-19 11:59:15.000000000 +1100
@@ -25,7 +25,7 @@
   marks = {
     \set markFormatter = #format-mark-box-numbers
     \tempo \allegro 4=120
-    s2.*6 | s1*5/4*2 |
+    s2.*6 \break | s1*5/4*2 |
     \mark \default s1*9/8*3 | s1*5/4*4 |
     \tag #'score { s2. s2^\rit | \mark \default s1*9/8*3^\atempo | }
     \tag #'midi { s2 s8 \tempo 4=116 s \tempo 4=112 s \tempo 4=106 s \tempo 
4=98 s \tempo 4=90 s | \tempo 4=100 s \tempo 4=120 s1 | s1*9/8*2 | }
@@ -354,7 +354,7 @@
     <f a,>8-.->\!\sf r r4 r8 <f a,>4\mf\< ~ <f a,>8-.\!\sf r4 |
     r <f a,>\mf\< ~ <f a,>8-.\!\sf r r2 |
     R1*5/4^\fermataMarkup \bar "||"
-    R1*5/4*111 |
+    R1*5/4*11 |
   }
 
   tuba = \relative c, {


--
Dr Peter Chubb          www.nicta.com.au    peter DOT chubb AT nicta.com.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia




reply via email to

[Prev in Thread] Current Thread [Next in Thread]