lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4371 in lilypond: examples need explicit \rela


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4371 in lilypond: examples need explicit \relative c'' {} to copy and paste correctly
Date: Mon, 22 Jun 2015 11:00:55 +0000

Updates:
        Labels: -Patch-new Patch-needs_work

Comment #13 on issue 4371 by address@hidden: examples need explicit \relative c'' {} to copy and paste correctly
https://code.google.com/p/lilypond/issues/detail?id=4371

Keith,

--snip--

Forking into jobs:  (20535 20534 20533 20532 20531 20530 20529)
logfile lilypond-multi-run-2.log (exit 1):
lily-2051c1e0-systems.tex...
Writing ./d9/lily-2051c1e0-systems.count...
Processing `./34/lily-293eccba.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
fatal error: cannot find file: `./context-example.eps' (load path: `/home/jlowe/
lilypond-git/build/out/share/lilypond/current/fonts/svg/:/home/jlowe/lilypond-gi
t/build/out/share/lilypond/current/fonts/type1/:/home/jlowe/lilypond-git/build/o
ut/share/lilypond/current/fonts/otf/:/home/jlowe/lilypond-git/build/out/share/li
lypond/current/scm:/home/jlowe/lilypond-git/build/out/share/lilypond/current/ps:
/home/jlowe/lilypond-git/build/out/share/lilypond/current/ly:./:/home/jlowe/lily
pond-git/build/Documentation/de:/home/jlowe/lilypond-git/Documentation/de:/home/
jlowe/lilypond-git/build/Documentation/out-www:/home/jlowe/lilypond-git/build/Do
cumentation/snippets/out:/home/jlowe/lilypond-git/Documentation/de/included:/hom
e/jlowe/lilypond-git/Documentation/included:/home/jlowe/lilypond-git/Documentati
on:/home/jlowe/lilypond-git/input/regression:')
fatal error: Children (2) exited with errors.

--snip--

Looking at the file it borked on:

--snip--


address@hidden ~/lilypond-git/build/out/lybook-db (dev/local_working)$ more 34/lily-293eccba.ly

%% Generated by lilypond-book.py
%% Options: [exampleindent=10.16\mm,fragment,indent=0\mm,line-width=160\mm,quote
,relative=1]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
  line-width = 160\mm - 2.0 * 10.16\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {

}



\relative c'
{


% ****************************************************************
% ly snippet contents follows:
% ****************************************************************
\sourcefileline 1108
c1^\markup {
  \combine
    \epsfile #X #10 #"./context-example.eps"
    \with-dimensions #'(0 . 6) #'(0 . 10)
    \postscript #"
      -2 3 translate
      2.7 2 scale
      newpath
      2 -1 moveto
      4 -2 4 1 1 arct
      4 2 3 3 1 arct
      0 4 0 3 1 arct
      0 0 1 -1 1 arct
      closepath
      stroke"
  }
c



% ****************************************************************
% end ly snippet
% ****************************************************************
}


--snip--

Does that make sense?

James

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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