lilypond-user
[Top][All Lists]
Advanced

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

-dpreview cuts off vertically?


From: Curt
Subject: -dpreview cuts off vertically?
Date: Sun, 18 Nov 2012 19:14:04 -0800

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 .  Yet, it seems to look fine for 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:

\version "2.16.00"                                                                                                                        
\include "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 }                                                                                                
        }                                                                                                                                 
    }                                                                                                                                     
}  


(amin7.ly is identical except the chord line is         <a c' e' g>1       )

Thanks,
Curt


reply via email to

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