bug-lilypond
[Top][All Lists]
Advanced

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

Re: error message from PDF viewer


From: Martin Tarenskeen
Subject: Re: error message from PDF viewer
Date: Mon, 19 Apr 2010 22:29:46 +0200 (CEST)
User-agent: Alpine 2.00 (LFD 1167 2008-08-23)



On Mon, 19 Apr 2010, Graham Percival wrote:

On Sun, Apr 18, 2010 at 07:25:29PM +0200, Martin Tarenskeen wrote:

OK. Here is a tiny example (attached).

Thanks!  This looks like a great report.  Bug squad, could
somebody add this to the tracker?

To add one remark: It might have something to do with the Dynamics context. If I comment that one out, the messages disappear.

--

Martin Tarenskeen



Cheers,
- Graham

1. I use Lilypond 2.13.18 on Fedora 12 to compile
2. I start Evince from my terminal to view the pdf. Looks fine to me.
3. I close Evince.
4. I see that Evince has left some messages in my terminal:

** (evince:8380): WARNING **: Failed to create dbus proxy for
org.gnome.SettingsDaemon: Could not get owner of name
'org.gnome.SettingsDaemon': no such name
Error: Illegal entry in bfrange block in ToUnicode CMap
Error: Illegal entry in bfrange block in ToUnicode CMap
Error: Illegal entry in bfrange block in ToUnicode CMap
Error: Illegal entry in bfrange block in ToUnicode CMap
Error: Illegal entry in bfrange block in ToUnicode CMap
Error: Illegal entry in bfrange block in ToUnicode CMap

Press ENTER or type command to continue

--


Martin Tarenskeen

\version "2.13.18"

upper = \relative c' { \clef treble c1 }
lower = \relative c { \clef bass c1 }
dynamics = { s1\mf }

\score {
  \new PianoStaff {
    <<
      \new Staff { \upper }
      \new Dynamics { \dynamics }
      \new Staff { \lower }
   >>
  }
  \layout {}
}






reply via email to

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