lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 4395 di


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 4395 discussion
Date: Mon, 27 Jun 2016 12:24:01 +0000

Diff:

Andrew does not use Fedora anymore. He wrote me that I can close this issue.


[issues:#4395] issues with generic packages in Fedora

Status: Invalid
Created: Wed May 13, 2015 10:44 AM UTC by Anonymous
Last Updated: Mon Jun 27, 2016 11:49 AM UTC
Owner: nobody

Originally created by: *anonymous

Originally created by: address@hidden

http://lists.gnu.org/archive/html/bug-lilypond/2015-05/msg00069.html

As of at least 2.19.19 onwards the 64 bit Linux binary download of lilypond
will not compile files on Fedora 21 if they use fonts with a large character
set, for example, the Linux Libertine fonts. The warnings issued by
ghostscript about embedding a subset of the fonts are treated by lilypond as
fatal errors.

This code will not compile:

% fedora-bug.ly

\version "2.19.19"

\paper
{
  #(define fonts
     (set-global-fonts
      #:roman "Linux Libertine O"
      #:sans "Linux Biolinum O"
      #:typewriter "Linux Libertine Mono O"
      #:factor (/ staff-height pt 20)
      ))
}

\relative c'' {
  c
}

Lilypond error message:

warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28
-dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH
-[r1200] -sDEVICE=pdfwrite -sOutputFile=./fedora-bug.pdf -c.setpdfwrite
-ffedora-bug.ps)' failed (256)

fatal error: failed files: "fedora-bug.ly"

Running ghostscript standalone:

$ gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89
-dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -[r1200] -sDEVICE=pdfwrite
-sOutputFile=./fedora-bug.pdf -c.setpdfwrite -ffedora-bug.ps
GPL Ghostscript 9.15: Can't embed the complete font LinLibertineO as it is
too large, embedding a subset.

The warning is issued but the output file is produced. Lilypond will not
produce the output file.

Building lilypond from source on Fedora 21 makes a version of lilypond that
does not show this error behaviour.

Andrew Bernard


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]