Comment #5 on issue 1562 by pkx1...@hotmail.com: using \sans on Windows gives 'gs' error (2.13.53) fails to compile
http://code.google.com/p/lilypond/issues/detail?id=1562

This was also reported by Robbie Rousseau, the link is with Windows 7 Service Pack 1.

Before Service Pack 1

{ a b c d^\markup { \sans "hello" } }

works but after Service Pack 1 the error seems to be generic

# -*-compilation-*-
Processing `C:/Users/dcsw/Desktop/blah.ly.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/Users/dcsw/Desktop/blah.ly.ps'...
Converting to `/Users/dcsw/Desktop/blah.ly.pdf'...
`(gs -q -dNOSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=/Users/dcsw/Desktop/blah.ly.pdf -c.setpdfwrite -f/Users/dcsw/Desktop/blah.ly.ps)' failed (1)
error: failed files: "C:\\Users\\dcsw\\Desktop\\blah.ly.ly"

---

Note that in Robbie's case he defines the issue as being to do with \Chordmode (both use a 'sans' font) so that might be key?

For example

{ a b c d^\markup { \italic "hello" } }

{ a b c d^\markup { \bold "hello" } }

all work without issue






_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to