Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1252 by brownian.box: Music overflows page (one staff per system,
default spacing settings, some marks)
http://code.google.com/p/lilypond/issues/detail?id=1252
Reported by Nick Payne:
http://lists.gnu.org/archive/html/bug-lilypond/2010-09/msg00043.html
%---------------8<--------------------------------
\version "2.13.32"
\relative c'' {
\time 12/8
\repeat unfold 64 {
\repeat unfold 3 { c,16 d e f g a b c d e f g }
\mark\markup { text }
}
}
%---------------8<--------------------------------
Output by 2.13.32:
#---------------8<--------------------------------
$ LANG=C lilypond test.ly
GNU LilyPond 2.13.32
Processing `./test.ly'
Parsing...
Interpreting music... [8][16][24][32][40][48][56][64][72][80][88][96]
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 2 or 3 pages...
Drawing systems...
warning: couldn't fit music on page: overflow is 14.336796
warning: couldn't fit music on page: overflow is 18.433208
warning: couldn't fit music on page: overflow is 0.413630
Layout output to `test.ps'...
Converting to `./test.pdf'...
success: Compilation successfully completed
#---------------8<--------------------------------
Output by 2.12.3:
#---------------8<--------------------------------
$ LANG=C lilypond test.ly
GNU LilyPond 2.12.3
Processing `./test.ly'
Parsing...
error: program too old: 2.12.3 (file requires: 2.13.32)
Interpreting music... [8][16][24][32][40][48][56][64][72][80][88][96]
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 3 or 4 pages...
Drawing systems...
warning: Can't fit systems on page -- ignoring between-system-padding
warning: Can't fit systems on page -- ignoring between-system-padding
warning: Can't fit systems on page -- ignoring between-system-padding
Layout output to `test.ps'...
Converting to `./test.pdf'...
error: failed files: "test.ly"
#---------------8<--------------------------------
I am quite unsure about priority here -- please, reassign or let me know if
i classified this incorrectly. Thanks.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond