bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1229 in lilypond: Notes on ledger lines with stems pointed awa


From: lilypond
Subject: Re: Issue 1229 in lilypond: Notes on ledger lines with stems pointed away from the staff overlap clef and staff ends in tight layouts
Date: Tue, 25 Jan 2011 04:47:08 +0000

Updates:
        Status: Started

Comment #7 on issue 1229 by address@hidden: Notes on ledger lines with stems pointed away from the staff overlap clef and staff ends in tight layouts
http://code.google.com/p/lilypond/issues/detail?id=1229

The problem of extending beyond the bar line at the right hand end of the measure is solved by Keith O'Hara's patch to 1120, 1472, and 1474.

http://codereview.appspot.com/4095041/

This patch is not yet accepted, but is in review.

The problem of extending over the top of the time signature can be solved by giving the time signature some additional extra-spacing-height:

\version "2.12.47"

<<
  {
   \override Staff.TimeSignature #'extra-spacing-height = #'(-2.0 . 2.0)
    \key f \major
    a''4 a'' a'' a''
  }
  \\
  {
    \key f \major
    c'4 c' c' c'
  }


\layout {
  indent = 0
  line-width = 2.2\cm
}



Attachments:
        1229-resolved.png  8.8 KB




reply via email to

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