Conclusion: there is a difference between version 2.11 and 2.10!
/Mats
Fred Leason wrote:
Dmytro:
On Mac OS X I ran your files exactly as published below. Everything
worked fine, even with paper block at the bottom. You can see from the
five eps and pdf files created, lilypond delivered all five systems.
From your output, it doesn't look like Lilypond created all the
systems. Note that I used
$lilypond-book myscore.tex --pdf --output=pdflatex
$cd pdflatex
$pdflatex myscore.tex
to get:
lilypond-book (GNU LilyPond) 2.11.19
Reading myscore.tex...
Running latex...This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)
entering extended mode
(/tmp/tmpPEY0qc.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german,
ngerman, d
utch, italian, norsk, portuges, spanish, swedish, nohyphenation, loaded.
(/usr/local/teTeX/share/texmf.local/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/local/teTeX/share/texmf.local/tex/latex/base/size10.clo))
No file tmpPEY0qc.aux.
textwidth=345.0pt
columnsep=10.0pt
(./tmpPEY0qc.aux) )
No pages of output.
Transcript written on tmpPEY0qc.log.
Dissecting...
Writing snippets...
Processing...
Running lilypond...GNU LilyPond 2.11.19
Processing `snippet-map.ly'
Parsing...
Processing `myscore.tex'
Parsing...
Renaming input to: `myscore.ly'
Interpreting music... [8][10]
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Layout output to `lily-ead20b16e7-1.eps'...
Layout output to `lily-ead20b16e7-2.eps'...
Layout output to `lily-ead20b16e7-3.eps'...
Layout output to `lily-ead20b16e7-4.eps'...
Layout output to `lily-ead20b16e7-5.eps'...
Converting to `lily-ead20b16e7-1.pdf'...
Converting to `lily-ead20b16e7-2.pdf'...
Converting to `lily-ead20b16e7-3.pdf'...
Converting to `lily-ead20b16e7-4.pdf'...
Converting to `lily-ead20b16e7-5.pdf'...
Layout output to `lily-ead20b16e7.eps'...
Converting to `lily-ead20b16e7.pdf'...
Writing lily-ead20b16e7-systems.texi...
Writing lily-ead20b16e7-systems.tex...
Compiling myscore.tex...
Writing `myscore.tex'...
This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)
entering extended mode
(./myscore.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german,
ngerman, d
utch, italian, norsk, portuges, spanish, swedish, nohyphenation, loaded.
(/usr/local/teTeX/share/texmf.local/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/local/teTeX/share/texmf.local/tex/latex/base/size10.clo))
(/usr/local/teTeX/share/texmf.local/tex/latex/graphics/graphics.sty
(/usr/local/teTeX/share/texmf.local/tex/latex/graphics/trig.sty)
(/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/graphics.cfg)
(/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/pdftex.def))
No file myscore.aux.
(/usr/local/teTeX/share/texmf.local/tex/context/base/supp-pdf.tex
(/usr/local/teTeX/share/texmf.local/tex/context/base/supp-mis.tex
loading : Context Support Macros / Miscellaneous (2004.10.26)
)
loading : Context Support Macros / PDF (2004.03.26)
) (./lily-ead20b16e7-systems.tex lily-ead20b16e7-1.pdf
<lily-ead20b16e7-1.pdf, id=1, 345.29pt x 38.1425pt>
<use lily-ead20b16e7-1.pdf> lily-ead20b16e7-2.pdf
<lily-ead20b16e7-2.pdf, id=2, 345.29pt x 46.1725pt>
<use lily-ead20b16e7-2.pdf> lily-ead20b16e7-3.pdf
<lily-ead20b16e7-3.pdf, id=3, 345.29pt x 46.1725pt>
<use lily-ead20b16e7-3.pdf> lily-ead20b16e7-4.pdf
<lily-ead20b16e7-4.pdf, id=4, 345.29pt x 46.1725pt>
<use lily-ead20b16e7-4.pdf> lily-ead20b16e7-5.pdf
<lily-ead20b16e7-5.pdf, id=5, 345.29pt x 46.1725pt>
<use lily-ead20b16e7-5.pdf>)
Overfull \hbox (0.28914pt too wide) in paragraph at lines 1--21
[][]
Overfull \hbox (0.28914pt too wide) in paragraph at lines 1--21
[]
Overfull \hbox (0.28914pt too wide) in paragraph at lines 1--21
[]
Overfull \hbox (0.28914pt too wide) in paragraph at lines 1--21
[]
Overfull \hbox (0.28914pt too wide) in paragraph at lines 1--21
[]
Underfull \hbox (badness 10000) in paragraph at lines 1--21
[1{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/updmap/pdftex.map}
<./li
ly-ead20b16e7-1.pdf> <./lily-ead20b16e7-2.pdf>
<./lily-ead20b16e7-3.pdf> <./lil
y-ead20b16e7-4.pdf> <./lily-ead20b16e7-5.pdf>] (./myscore.aux) )
(see the transcript file for additional
information)</usr/local/teTeX/share/tex
mf.tetex/fonts/type1/bluesky/cm/cmr10.pfb>
Output written on myscore.pdf (1 page, 78338 bytes).
Transcript written on myscore.log.
=
------------------------------------------------------------------------
On Mar 20, 2007, at 4:45 PM, Mats Bengtsson wrote:
It seems that you have to place the \paper{...} block at the top of
the .ly file,
before the actual \score. This is strange, since you can place these
blocks
in arbitrary order when you process the file directly with lilypond.
/Mats
Dmytro O. Redchuk wrote:
Yes, i'm really sure.
I've re-installed lilypond ten minutes ago.
(LilyPond installer for version 2.10.20 release 1.)
% ----- ly: -----------------------------------------------
\version "2.10.20"
\relative c' {
\time 4/4
\partial 4*1
\autoBeamOff
d4
g4. g8 g4 d
g b d4.\fermata b8
b4 b c8 c c c
b4( a) b2
c4 b c d
e4. e8 e4 e
d2 c4 c
b2 a
b1 \fermata
\bar"||"
}
\paper {
system-count = #5
}
% ---------------------------------------------------------
% ----- tex: ----------------------------------------------
\documentclass{article}
\begin{document}
\lilypondfile{myscore.ly}
\end{document}
% ---------------------------------------------------------
Well, lilypond produces score with five staves, while lilypond-book --
with only two.
A piece of output:
% ----- output: -------------------------------------------
lilypond-book (GNU LilyPond) 2.10.20
Reading myscore.tex...
Running latex...This is TeX, Version 3.14159 (Web2C 7.4.4)
(/home/fox/tmp/tmpCnToVg.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german,
ngerman, r
ussian, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
No file tmpCnToVg.aux.
textwidth=345.0pt
columnsep=10.0pt
(./tmpCnToVg.aux) )
No pages of output.
Transcript written on tmpCnToVg.log.
Dissecting...
Writing snippets...
Processing...
Running lilypond...GNU LilyPond 2.10.20
Processing `snippet-map.ly'
Разбираю...
Processing `myscore.tex'
Разбираю...
Renaming input to: `myscore.ly'
Interpreting music... [8][10]
Preprocessing graphical objects...
Calculating line breaks... Drawing systems... Writing
lily-eccdaa94dc-systems.tex...
Writing lily-eccdaa94dc-systems.texi...
Layout output to `lily-eccdaa94dc-1.eps'...
Layout output to `lily-eccdaa94dc-2.eps'...
Layout output to `lily-eccdaa94dc.eps'...
Compiling myscore.tex...
Writing `myscore.tex'...
Writing fonts to myscore.psfonts...
DVIPS usage:
dvips -h out/myscore.psfonts out/myscore.dvi
% ---------------------------------------------------------
=
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user