bug-lilypond
[Top][All Lists]
Advanced

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

Issue 276 in project lilypond


From: codesite-noreply
Subject: Issue 276 in project lilypond
Date: Sat, 03 Feb 2007 09:52:47 -0800

Issue 276: page breaking segfault.
http://code.google.com/p/lilypond/issues/detail?id=276

New issue report by hanwenn:
run with 


lilypond -I input/ -dbackend=eps s.ly

yields:


address@hidden lilypond]$ lilypond -I input/ -dbackend=eps s.ly
GNU LilyPond 2.11.16
Processing `s.ly'
Parsing...
Interpreting music... [8]
Preprocessing graphical objects...
Interpreting music... 
MIDI output to `s-1.midi'...
Layout output to `s-1.svg'...
Interpreting music... [4]
Preprocessing graphical objects...
programming error: tried to space systems on a bad number of pages
continuing, cross fingers
Segmentation fault

-------------------8<--------------------

#(ly:set-option 'backend 'svg)
#(set! output-count 1)


\include "typography-demo.ly"

#(define outname (ly:parser-output-name parser))

#(ly:set-option 'backend 'eps)

%% TODO: what to do if inkscape fails?
#(display "Invoking inkscape")
#(system (format #f "inkscape -T -E ~a-1.eps ~a-1.svg" outname 
outname))

#(set! output-count 0)
\book { 
  \header
  {
    title = "SVG output via inkscape"
  }
  \score {
    \lyrics {
      \markup {
        \epsfile #X #20.0 #(format #f "~a-1.eps" outname)
      }
      " " 
      " " 
      
    }
  }
}



Issue attributes:
        Status: Accepted
        Owner: hanwenn
        CC: joeneeman  
        Labels: Type-Defect Priority-High

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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