Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 2102 by k-ohara5...@oco.net: 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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond