Your message dated Wed, 25 Aug 2010 13:10:23 -0700
with message-id <[email protected]>
and subject line Re: Bug#591250: Only the second line in a multi line score is 
included via lilypond-book
has caused the Debian Bug report #591250,
regarding Only the second line in a multi line score is included via 
lilypond-book
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
591250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591250
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 2.12.3-1

On Wed, 25 Aug 2010, Helge Kreutzmann wrote:
> On Tue, Aug 24, 2010 at 07:00:56PM -0700, Don Armstrong wrote:
> > tag 591250 moreinfo
> > thanks
> > 
> > On Sun, 01 Aug 2010, Helge Kreutzmann wrote:
> > > I only know lilypond since yesterday evening, so please excuse if I
> > > made somethin stupid wrong.
> > 
> > Thanks for your bug report.
> > 
> > Have you tried this using the 2.12.3-* versions which are in unstable?
> 
> Not yet, since I usually work on stable. I have, however, a sid chroot where 
> I now installed lilypond and ran it on the examples provided.
> 
> Ok, after getting it to run (see new bugs) and removing traces of
> "minimal.psfonts" I create the pdf file and it actually displays now
> all lines, i.e. the entire song.
> 
> So this bug is closed.

Cool.
 
> (Btw. it didn't work in your unstable setup?)

I didn't test it, actualy. [It's easier for me to have bug reporters
reproduce very old bugs if I'm not sure if they exist any more.
Generally the bug reporter is in a far better position to replicate it
and relying on the bug reporter as much as possible allows me to
handle more bugs faster.]


Don Armstrong

-- 
Nothing is as inevitable as a mistake whose time has come.
 -- Tussman's Law

http://www.donarmstrong.com              http://rzlab.ucr.edu


--- End Message ---

Reply via email to