On Sun, 18 Apr 2010, Graham Percival wrote:

We don't want to see any copyrighted file; quite apart from the
legal issue, that would be too long.  Please create a tiny
example:

OK. Here is a tiny example (attached).

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