lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4214 in lilypond: ly:separation-item::print gets c


From: lilypond
Subject: [Lilypond-auto] Issue 4214 in lilypond: ly:separation-item::print gets confused by ragged-bottom
Date: Wed, 03 Dec 2014 07:36:43 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4214 by address@hidden: ly:separation-item::print gets confused by ragged-bottom
https://code.google.com/p/lilypond/issues/detail?id=4214

[release/2.19.15-1-98-g6db3d76]

The attached image shows the output of the following snippet

  #(ly:set-option 'debug-skylines #t)

  \paper {
    ragged-last-bottom = ##f
  }

  \score {
    <<
      \new Staff { c8 d e f g2 }
      \new Staff { c2 d8 e f g }
    >>

    \layout {
      \context {
        \Score
        \override PaperColumn #'stencil = #ly:separation-item::print
      }
    }
  }


Attachments:
        skylines.png  21.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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