Package: lilypond
Version: 2.19.81+really-2.18.2-13
Severity: important

--- Please enter the report below this line. ---

LilyPond smears text over the whole output, rendering it unusable.
Attached is the SATB Choir template - four staves from
http://lilypond.org/doc/v2.18/Documentation/snippets/vocal-music#vocal-music
and its PDF output.

--- System information. ---
Architecture: 
Kernel:       Linux 4.19.0-4-amd64

Debian Release: buster/sid
  990 testing         security.debian.org 
  990 testing         ftp2.de.debian.org 
  990 buster          download.docker.com 

--- Package information. ---
Depends                                  (Version) | Installed
==================================================-+-=============================
ghostscript                                        | 9.27~dfsg-1
lilypond-data         (= 2.19.81+really-2.18.2-13) | 2.19.81+really-2.18.2-13
python:any                                         | 
libc6                                    (>= 2.15) | 
libfontconfig1                         (>= 2.12.6) | 
libfreetype6                            (>= 2.2.1) | 
libfribidi0                            (>= 0.19.2) | 
libgcc1                                 (>= 1:3.0) | 
libglib2.0-0                           (>= 2.12.0) | 
libgmp10                                           | 
libltdl7                                (>= 2.4.6) | 
libpango-1.0-0                         (>= 1.18.0) | 
libpangoft2-1.0-0                      (>= 1.14.0) | 
libstdc++6                                (>= 5.2) | 


Recommends              (Version) | Installed
=================================-+-===========
texlive-latex-base                | 2018.20190227-2


Suggests          (Version) | Installed
===========================-+-===========
lilypond-doc                | 

Attachment: satb_example.pdf
Description: Adobe PDF document

global = {
  \key c \major
  \time 4/4
  \dynamicUp
}
sopranonotes = \relative c'' {
  c2 \p \< d c d \f
}
sopranowords = \lyricmode { do do do do }
altonotes = \relative c'' {
  c2\p d c d
}
altowords = \lyricmode { re re re re }
tenornotes = {
  \clef "G_8"
  c2\mp d c d
}
tenorwords = \lyricmode { mi mi mi mi }
bassnotes = {
  \clef bass
  c2\mf d c d
}
basswords = \lyricmode { mi mi mi mi }

\score {
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = "soprano" <<
        \global
        \sopranonotes
      >>
      \lyricsto "soprano" \new Lyrics \sopranowords
    >>
    \new Staff <<
      \new Voice = "alto" <<
        \global
        \altonotes
      >>
      \lyricsto "alto" \new Lyrics \altowords
    >>
    \new Staff <<
      \new Voice = "tenor" <<
        \global
        \tenornotes
      >>
      \lyricsto "tenor" \new Lyrics \tenorwords
    >>
    \new Staff <<
      \new Voice = "bass" <<
        \global
        \bassnotes
      >>
      \lyricsto "bass" \new Lyrics \basswords
    >>
  >>
}

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to