Re: [translations] Error in building documentation |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: Translations Lilypond <translations@xxxxxxxxxxx>
- Subject: Re: [translations] Error in building documentation
- From: Walter Garcia-Fontes <walter.garcia@xxxxxxx>
- Date: Thu, 26 Nov 2015 19:44:39 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upf-edu.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:organization :user-agent; bh=rbn0cqC9O/l6Rhjp3N/bDugj5yS5XMA/ESERfxPy1Ss=; b=2O4CyJ17d5L9yEyPR32Lu4keSFTR0pUVrQHlis+k7kcXtd9fhIxQiJy/ZEbKEc9ixa BhNkPFMuzvsPZ60nEnntCY894J7ccaq3Oufasrsd4nY7xFftN4L+WYcFDMrOqqL4ksND RCGHrtOeXol5HifIaruRcpCPYcN617Nq0hCizBTAqHIua+cswomNojhlBQoRGR04YYIA ufaISBpeBgCDyCJwl6aiuaqpyyP6An7L9Yizthv7R+Opn6+WqADEjiUj+OSIuNRBOKqO bsCkOemQmMLDzck/IgVsEYudyhmR1/m6B9/3VuvPl4oScNgZjZRGyiiD5U9Depn9PXYL Pe4w==
- Organization: Departament of Economics and Business, Universitat Pompeu Fabra
* 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