Re: [translations] Error in building documentation

[ Thread Index | Date Index | More lilynet.net/translations Archives ]


* David Kastrup, dak@xxxxxxx [24/11/15 18:43]:
> In typography-demo.ly, I read
> 
>   % Font settings for Cyrillic and Hebrew
>   % Linux Libertine fonts contain Cyrillic and Hebrew glyphs.
>   #(define fonts
>     (set-global-fonts
>      #:roman "Linux Libertine O,serif"
>      #:sans "Linux Biolinum O,sans-serif"
>      #:typewriter "Linux Libertine Mono O,monospace"
> 
> The question is why this kind of thing would fail when compiling the
> docs but work when used directly.

Still struggling to clear this error. I ran lilypond directly on the
file that creates the error (called
../sources/lilypond/build/out/lybook-db/16/lily-fb4bd50d.ly) 
which has this content:

%% Generated by lilypond-book.py
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\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))
}

\layout {
  
}


% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename
% "/home/wgarcia/sources/lilypond/input/regression/one-line-breaking.ly"
\sourcefileline 0
\version "2.16.0"

\header {
  texidoc = "The @var{ly:one-line-breaking} algorithm puts everything
  on one line."
}

\paper { page-breaking = #ly:one-line-breaking }

\include "typography-demo.ly"



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


It fails telling me that "one-line-breaking.ly" cannot find
"typography-demo.ly", I pasted the full log here, after running
lilypond in verbose mode:

http://pastebin.com/wf5C2xNe

I see all the two files above in the same directory:
../sources/lilypond/input/regression/

Thanks,

-- 
Walter Garcia-Fontes
L'Hospitalet de Llobregat



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/