lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -dpreview cuts off vertically?


From: Eluze
Subject: Re: -dpreview cuts off vertically?
Date: Mon, 19 Nov 2012 10:32:33 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2


Am 19.11.2012 04:14, schrieb Curt:
While running a batch job to generate several chords, I found that some of them
cut off the top improperly.  For example, here is bdim7.ly <http://bdim7.ly> .
   Yet, it seems to look fine for amin7.ly <http://amin7.ly>.  These were
generated from --png -dpreview .  The source for the two files is below.  Is
this a bug?  This was using 2.16.0 - I checked the change log for 2.16.1 and
didn't see anything that would imply it has since been fixed.  The cutoff seems
to happen with several other chords with a top note of D.


bdim7.ly <http://bdim7.ly>:

\version "2.16.00"
\include "english.ly <http://english.ly>"
\paper{
    indent=0\mm
    line-width=120\mm
    oddFooterMarkup=##f
    oddHeaderMarkup=##f
    bookTitleMarkup = ##f
    scoreTitleMarkup = ##f
}
\score {
    \new Staff \with {
          \clef bass
          \remove Time_signature_engraver
      }
      {
          \key c \major
          <b d' f af>1
      }
      \layout {}
      \midi {
          \context {
              \Score \with
              \settingsFrom { \tempo 4=120 }
          }
      }
}



thanks for your report, Curt!

it was added to the tracker as https://code.google.com/p/lilypond/issues/detail?id=2968&thanks=2968&ts=1353317512

Eluze



reply via email to

[Prev in Thread] Current Thread [Next in Thread]