On Thu, May 3, 2012 at 6:52 PM, Karol Majewski <[email protected]> wrote: > Hi there! > > I've noticed very strange behavior from LilyPond. So what I do is: > 1.create *.pdf from my *.ly file > 2.copy this *.ly file to another directory > 3.create *.pdf from my *.ly file in this new directory > > It's hard to belive, but despite both *.ly files are exactly the same (they > are in different directories), the output in pdf is diferent! And the > difference applies to position of the dynamic mark.
looks very interesting. Could you compile them with debug-skylines option? (add #(ly:set-option 'debug-skylines #t) to your source) Maybe your file \includes something from a relative path? cheers, Janek _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
