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.



\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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to