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 {}
}




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

Reply via email to