When looking at the implementation, it seems that the extra-Y-extent
property
isn't taken care of anywhere, it's just included in the documentation.
Similarly, the old context property extraVerticalExtent is also in the
documentation
but not in the actual implementation, as far as I can see (I just sent a
separate bug
report on that). So, isn't there any functional property available to
add some extra
extent around a Staff?
/Mats
Mats Bengtsson wrote:
Regarding your second issue, I would have suspected the following
solution to work,
but for some reason it doesn't. Did I miss something or is it a bug?
\layout {
...
\context{
\Staff
\override VerticalAxisGroup #'extra-Y-extent = #'(-0.5 . 0.5)
}
}
/Mats
Marcus Macauley wrote:
These two issues then -- which I would summarize:
1. Vertical interlocking of staff objects should be allowed by
default, with an option to disable;
2. Minimum vertical space between objects should be maybe 0.5 spaces,
and anyway user-settable
are somewhere between defects, collisions, and enhancement requests,
depending on your point of view.
Cheers,
Marcus
%%%%%%% revised example: %%%%%%%
\version "2.9.22"
\score { <<
\new Staff \relative a' {
\repeat unfold 3 { a4 a a a }
<< {a4 a a a} \\ {a,8 a a a a a \times 2/3 {a a a}} >>
\break
\repeat unfold 4 << {a'4 a a a} \\ {a,8 a a a a a a a} >>
}
\new Staff \relative a' {
a1^\markup {
\column {
\line {Too much}
\line {vertical space?}
}}
a a a
\break
a^\markup {
\column {
\line {Enough}
\line {vertical space?}
}}
a a a
} >>
}
\layout { indent = #0 }
%%%%%%% end revised example %%%%%%%
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond