On 2022-05-15 22:48, Thomas Morley wrote: ...
Btw, I found some other snippets worth fixing, currently returning programming errors or warnings: incipit.ly "programming error: Loose column does not have right side to attach to." using-marklines-in-a-frenched-score.ly a plethora of "programming error: cyclic dependency:..." using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly "Loose column ..." how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly and vertical-aligned-staffgroups-without-connecting-systemstartbar.ly return warnings for conficting rehearsal marks. Worth fixing ofcourse, though I decided not to postpone finishing lsr-update see !1360 And there's clip-systems.ly ... It fails always with: GNU LilyPond 2.23.9 (running Guile 2.2) Processing `clip-systems.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page... Drawing systems... Converting to `clip-systems-1.pdf'... Layout output to `clip-systems-1-from-2.0.1-to-4.0.1-clip.eps'... Converting to `clip-systems-1-from-2.0.1-to-4.0.1-clip.pdf'... Layout output to `clip-systems-1-from-0.0.1-to-4.0.1-clip.eps'... Converting to `clip-systems-1-from-0.0.1-to-4.0.1-clip.pdf'... Layout output to `clip-systems-1-from-0.0.1-to-6.0.1-clip.eps'... Converting to `clip-systems-1-from-0.0.1-to-6.0.1-clip.pdf'... Layout output to `clip-systems-1-from-0.0.1-to-6.0.1-clip-1.eps'... Converting to `clip-systems-1-from-0.0.1-to-6.0.1-clip-1.pdf'... Interpreting music... Preprocessing graphical objects... Interpreting music... Preprocessing graphical objects... fatal error: cannot find file: `clip-systems-1-from-2.0.1-to-4.0.1-clip.eps' [...] But it survives 'make doc' I don't understand ... Cheers, Harm Thanks for your work with this. I happened to stumble upon [1]https://lsr.di.unimi.it/LSR/Item?id=1113, "Watermark" that most likely does not do exactly what was intended. The watermark is only visible in the upper right corner of the page, but was probably meant to appear over the full page. A quick fix is to replace \translate #'(-50 . 70) by \translate #'(-70 . -120) in the third line of the snippet, but hopefully there's a better solution that doesn't require any magic numbers. /Mats References 1. https://lsr.di.unimi.it/LSR/Item?id=1113