bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2102 in lilypond: vertical spacing of a nonstaff line below the sy


From: lilypond
Subject: Issue 2102 in lilypond: vertical spacing of a nonstaff line below the system
Date: Tue, 13 Dec 2011 00:57:39 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2102 by address@hidden: vertical spacing of a nonstaff line below the system
http://code.google.com/p/lilypond/issues/detail?id=2102

Default spacing of any non-staff line below the final staff in a system is ugly.

\version "2.14"
\paper { #(set-paper-size "a8")
  ragged-last-bottom = ##f ragged-right = ##t }
\score { <<
  \new Staff { R1 \break R1 }
  \new Dynamics {s1\p s1\p } >>}

%% Workaround
\layout {\context {\Dynamics
  \override VerticalAxisGroup
    #'nonstaff-relatedstaff-spacing #'stretchability = #0
  }}
% Any non-zero stretchability causes the Dynamics line to move back down

Attachments:
        2102.png  11.1 KB




reply via email to

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