lilypond-devel
[Top][All Lists]
Advanced

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

Re: setting the number of pages for a score


From: Joe Neeman
Subject: Re: setting the number of pages for a score
Date: Mon, 20 Feb 2006 05:22:10 +1100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051121)

Han-Wen Nienhuys wrote:

Joe Neeman wrote:

And maybe I should attach the patch too...


       System *system = dynamic_cast<System *> (clone (i));
-      system->rank_ = i;
+      system->rank_ = broken_intos_.size ();


why this change?

So I can do
system->break_into_pieces (<the first 5 Column_x_positions>)
system->break_into_pieces (<the next 5 Column_x_positions>)
and it will get the ranks right. Actually, I suppose the previous line should change too.


@@ -7,6 +7,7 @@
 (define-public (set-paper-dimension-variables mod)
   (module-define! mod 'dimension-variables
           '(pt mm cm in staff-height staff-space
+           system-height


I thought it wasn't a real-world dim anymore.

Right. I'll get rid of this.




reply via email to

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