Running on CentOS (aka RHEL) 7.6:

--------%<----------------

bash-4.2$ cat X.ly
\version "2.19.82"
{
 \time 4/4
 \repeat unfold 1000 { c4 d e f } % TEN PAGES of music
 \repeat unfold 1000 { f1 } % + SIX MORE PAGES of music
 \repeat unfold 1000 { c4 d e f } % BUT WHEN ADDING MORE PAGES, fail NOW
}
bash-4.2$ time lilypond X.ly
GNU LilyPond 2.19.80
Processing `X.ly'
Parsing...
error: program too old: 2.19.80 (file requires: 2.19.82)
Interpreting
music...[8][16][24][32][40][48][56][64][72][80][88][96][104][112][120][128][136][144][152][160][168][176][184][192]
...

[2896][2904][2912][2920][2928][2936][2944][2952][2960][2968][2976][2984][2992][3000]
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 24 or 25 pages...
Drawing systems...
Layout output to `/tmp/lilypond-TOucyH'...
Converting to `X.pdf'...
Deleting `/tmp/lilypond-TOucyH'...
fatal error: failed files: "X.ly"

real    2m10.159s
user    2m7.242s
sys     0m1.472s
bash-4.2$ inxi
CPU: Dual Core Intel Core i3-4150 (-MT MCP-)
speed/min/max: 3500/800/3500 MHz Kernel: 3.10.0-957.1.3.el7.x86_64 x86_64
Up: 47m Mem: 1790.0/7691.8 MiB (23.3%) Storage: 3.64 TiB (3.5% used)
Procs: 267 Shell: bash 4.2.46 inxi: 3.0.26

-----------%<------------

Regardless of the "fatal error" message, 3,000 bars of music were
written over 25 pages.  I suspect the message refers to the version
mismatch.

Peak memory usage according to Ganglia was 5.5GiB, no swap space consumed.

HTH,
-- 
J Martin Rushton MBCS

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to