Package: lilypond Version: 2.10.33-2.3 Severity: normal I only know lilypond since yesterday evening, so please excuse if I made somethin stupid wrong.
I created the attached .ly file, which looks fine using lilypond
itself. Now I included it in the attached minimal.lytex file, and only
the second line is included.
If I (manually) change
\includegraphics{lily-04a5a0572c-1}
to
\includegraphics{lily-04a5a0572c}
\includegraphics{lily-04a5a0572c-1}
\includegraphics{lily-04a5a0572c-2}
\includegraphics{lily-04a5a0572c-3}
\includegraphics{lily-04a5a0572c-4}
in the generated lily-04a5a0572c-systems.tex file, I obtain the
expected output.
I also attached my makefile for building.
-- System Information:
Debian Release: 5.0.5
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.27.10-grsec-cz03
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=UTF-8) (ignored: LC_ALL
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages lilypond depends on:
ii guile-1.8 1.8.5+1-4.1 The GNU extension language and Sch
ii guile-1.8-libs 1.8.5+1-4.1 Main Guile libraries
ii libc6 2.7-18lenny4 GNU C Library: Shared libraries
ii libfontconfig1 2.6.0-3 generic font configuration library
ii libfreetype6 2.3.7-2+lenny2 FreeType 2 font engine, shared lib
ii libgcc1 1:4.3.2-1.1 GCC support library
ii libglib2.0-0 2.16.6-3 The GLib library of C routines
ii libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library
ii libltdl3 1.5.26-4+lenny1 A system independent dlopen wrappe
ii libpango1.0-0 1.20.5-5+lenny1 Layout and rendering of internatio
ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii lilypond-data 2.10.33-2.3 LilyPond music typesetter (data fi
ii python 2.5.2-3 An interactive high-level object-o
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages lilypond recommends:
ii lilypond-doc 2.10.33-2.3 LilyPond Documentation in HTML, PS
lilypond suggests no packages.
-- no debconf information
--
Dr. Helge Kreutzmann [email protected]
Dipl.-Phys. http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
Help keep free software "libre": http://www.ffii.de/
\version "2.10.33"
\relative c'' {
\partial 4
\key d \major
% \key cis
a4 a4. g8 fis4 fis fis8_[( g]) fis_[( e]) d4 a
}
\addlyrics { Geh aus mein Herz und su- che Freud in }
\relative c'' {
\key d \major
d cis8_( b) a4 fis e8_[( fis)] g_[( a)] fis4 fis4 e4. a8 cis8_[( b]) a_[(
gis])
}
\addlyrics { die- ser lie- ben Som- mers- zeit an dei- nes Got- tes }
\relative c'' {
\key d \major
b2 a4 a, g'4. fis8 e4 e a8_[( b]) a_[( g]) fis4 a,
}
\addlyrics { Ga- ben. Schau an der schö- nen Gär- ten Zier und }
\relative c'' {
\key d \major
g4. fis8 e4 e a8_[(b ]) a_[( g]) fis4 fis8_(g) a4 fis8_(g a4) fis8_(g)
}
\addlyrics { sie- he wie sie mir und Dir sich aus- geschmük ket }
\relative c'' {
\key d \major
a2 fis4 a d4. b8 a8_[( g]) fis_[( e]) e2 d4
}
\addlyrics { ha- bens, sich aus- ge schmük- ket ha- ben. }
\documentclass[a4paper,english,10pt,twoside]{book}
%\usepackage[pdf]{ifpdf}
\usepackage{ifpdf}
\usepackage{babel} % deutsch FIXME
%\usepackage[isolatin]{inputenc}
\usepackage[latin1]{inputenc}
\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi
\usepackage{lscape}
\ifpdf
\usepackage[pdftex,bookmarks,pdftitle={The Title
(FIXME)},pdfsubject={Dissertation},pdfkeywords={Physics,BEC,Cold
Gases,Interferometer,1D,Wave guide,Quantum
Mechanics},pdfpagemode=UseOutlines,colorlinks=false]{hyperref} % FIXME
\else
\usepackage[hypertex]{hyperref}
\fi
\ifpdf
\pdfinfo{%
/Author (Helge Kreutzmann)
}
\fi
\newcommand*{\FIXME}[1]{\strong{FIXME: #1}}
\pagestyle{headings}
\begin{document}
\vspace{3cm}
\begin{center}
\textbf{\LARGE Dummy 1\\Dummy 2} % FIXME
\vspace{3cm}
\end{center}
\thispagestyle{empty}
\newpage
Some dummy comment
Deutsch with � und � und � und �
% \newpage
\lilypondfile{gehausmeinherz.ly}
\end{document}
minimal.tex: minimal.lytex gehausmeinherz.ly # besser %.ly
lilypond-book --psfonts minimal.lytex
minimal.ps: minimal.tex
dvips -h minimal.psfonts minimal.dvi
minimal.pdf: minimal.tex
latex minimal.tex
dvips -o -h minimal.psfonts -Ppdf minimal.dvi
ps2pdf minimal.ps
clean:
find . -name '*.aux' -o -name 'lily-*' | xargs rm
rm snippet-map.ly snippet-names Heft.dep
signature.asc
Description: Digital signature

