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.
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel