bug-lilypond
[Top][All Lists]
Advanced

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

Issue 360 in project lilypond


From: codesite-noreply
Subject: Issue 360 in project lilypond
Date: Tue, 08 May 2007 02:23:53 -0700

Issue 360: vertical spacing varies based on the first-page / not-first-page
http://code.google.com/p/lilypond/issues/detail?id=360

New issue report by gpermus:
%{
In the following snippet the first system is spaced vertically wider 
than the others on the first page. This effect goes away when there
are chords in the first four bars.

Also all the chords on the first page are spaced closer to the saff 
than those on the second. 

Should the skyline also be different for the last bar of each staff? 
I prefer that the shape of the last bar of each system be found in 
every bar...
%}



\version "2.11.23"
\paper { ragged-right = ##t }
notes = \relative c ''{ 
  \repeat unfold 15 {\repeat unfold 4 {c4 c4 c4 c4}}
}
harmony = \chordmode {
  \repeat unfold 4 {r1} \break
  \repeat unfold 14 {\repeat unfold 4 {c4 r2.} \break}
}
\score { 
  << \new ChordNames = "chords" {  \harmony }
     \new Staff = "tpt"  {\notes } >>
  \layout {  #(ly:set-option 'debug-skylines #t) }
}



Attachments:
        py.pdf  136 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        CC: joeneeman  
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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