There is a problem with the thumbnail generation, in some circumstances
I see an error which I think will be this one:

test.ly:110:0: error: syntax error, unexpected \layout

\layout {
error: 
The PostScript backend does not support the
system-by-system output.  For that, use the EPS backend instead,

  lilypond -dbackend=eps FILE


I attach the lilypond concerned (it is from that same Pavana on the
website). I am not sure what this is about, something to do with png
generation ...

Richard

%% LilyPond file generated by Denemo version 0.9.3

\include "lilypond-book-preamble.ly" 

%%http://www.gnu.org/software/denemo/

\version "2.12"
\paper {printallheaders = ##f
	#(define dump-extents #t)
	line-width = 160\mm - 2.0 * 0.4\in
	ragged-right = ##t
	indent = 0\mm
	force-assignment = #""
	line-width = #(- line-width (* mm  3.000000))
}
#(set-default-paper-size "a4"
)
#(set-global-staff-size 16)

\header{
tagline = \markup {/home/rshann/musicScores/Phillips/Pavana Dolorosa.denemo on \simple #(strftime "%x" (localtime (current-time)))}
}

Barline = |
EndMovementBarline = \bar "|."

% The music follows

MvmntIVoiceI =  {
         \voiceOne  c'1 \bar ""         d'1\Barline
         d''2\rest g'2 \bar ""}


MvmntIVoiceII =  {
         s1*2/2          s1*2/2          s1*2/2 }


MvmntIVoiceIII =  {
         \voiceTwo \change Staff="voice 3"  \shiftOff g1\Barline
         \skip 1 \change Staff="voice 1"          e'4 f' e' d'\Barline
}







        MvmntIVoiceITimeSig = { \time 2/2 }
MvmntIVoiceIKeySig = { \key c \major}
 MvmntIVoiceIClef =  \clef treble 
MvmntIVoiceIProlog = { \MvmntIVoiceITimeSig \MvmntIVoiceIKeySig \MvmntIVoiceIClef}
MvmntIVoiceIMusic =  {\MvmntIVoiceIProlog \MvmntIVoiceI}
MvmntIVoiceIContext = \context Voice = VoiceIMvmntI  {\MvmntIVoiceIMusic}

        MvmntIVoiceIITimeSig = { \time 2/2 }
MvmntIVoiceIIKeySig = { \key c \major}
 MvmntIVoiceIIClef =  \clef treble 
MvmntIVoiceIIProlog = { \MvmntIVoiceIITimeSig \MvmntIVoiceIIKeySig \MvmntIVoiceIIClef}
MvmntIVoiceIIMusic =  {\MvmntIVoiceIIProlog \MvmntIVoiceII}
MvmntIVoiceIIContext = \context Voice = VoiceIIMvmntI  {\MvmntIVoiceIIMusic}

        MvmntIVoiceIIITimeSig = { \time 2/2 }
MvmntIVoiceIIIKeySig = { \key c \major}
 MvmntIVoiceIIIClef =  \clef treble 
MvmntIVoiceIIIProlog = { \MvmntIVoiceIIITimeSig \MvmntIVoiceIIIKeySig \MvmntIVoiceIIIClef}
MvmntIVoiceIIIMusic =  {\MvmntIVoiceIIIProlog \MvmntIVoiceIII}
MvmntIVoiceIIIContext = \context Voice = VoiceIIIMvmntI  {\MvmntIVoiceIIIMusic}

        MvmntIVoiceIVTimeSig = { \time 2/2 }
MvmntIVoiceIVKeySig = { \key c \major}
 MvmntIVoiceIVClef =  \clef bass 
MvmntIVoiceIVProlog = { \MvmntIVoiceIVTimeSig \MvmntIVoiceIVKeySig \MvmntIVoiceIVClef}

        MvmntIVoiceVTimeSig = { \time 2/2 }
MvmntIVoiceVKeySig = { \key c \major}
 MvmntIVoiceVClef =  \clef bass 
MvmntIVoiceVProlog = { \MvmntIVoiceVTimeSig \MvmntIVoiceVKeySig \MvmntIVoiceVClef}
MvmntIStaffI = \new Staff = "voice 1"  << \context Score \applyContext #(set-bar-number-visibility 4000){
                \MvmntIVoiceIContext
                }
                
\new Voice = "voice 5" {
                \MvmntIVoiceII
                
                
}\new Voice = "voice 2" {
                \MvmntIVoiceIII
                
                
}>>


\score {
<<
#(score-override-auto-beam-setting '(end * * 3 4) 1 4)
#(score-override-auto-beam-setting '(end * * 3 4) 2 4)
#(score-override-auto-beam-setting '(end * * 4 4) 1 4)
#(score-override-auto-beam-setting '(end * * 4 4) 2 4)
#(score-override-auto-beam-setting '(end * * 4 4) 3 4)
#(score-override-auto-beam-setting '(end * * 2 2) 1 4)
#(score-override-auto-beam-setting '(end * * 2 2) 2 4)
#(score-override-auto-beam-setting '(end * * 2 2) 3 4)
 <<
 \new PianoStaff <<
\MvmntIStaffI
>>
>>
\layout {
        }
\header {
title = "Pavana Dolorosa. Treg."
composer = "Peter Phillips"
        }
}



_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to