Status: Started
Owner: [email protected]
Labels: Type-Collision Priority-Low
New issue 1669 by [email protected]: Empty contexts sometimes take up too
much space
http://code.google.com/p/lilypond/issues/detail?id=1669
% When the first Dynamics line is empty, the second line gets placed at
twice
% the minimum distance to the staff.
% This is very rare, because the contexts likely to be empty for a line, but
% not completely removed for that line, do not have a minimum-distance by
default
\version "2.13.61"
#(set-default-paper-size "a7")
\paper { indent = 0 }
\score { <<
\new Staff \relative c'' { \clef alto c1 \break c \break c \break }
\new Dynamics { s1\mp s s\mp }
\new Dynamics { s1\sustainOn s\sustainOn s\sustainOn }
%{%} >>
\layout { \context { \Dynamics
\override VerticalAxisGroup #'nonstaff-relatedstaff-spacing
#'stretchability = 0 % alternatively, #'minimum-distance = 4
}}
}
Attachments:
1669.png 6.5 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond