bug-lilypond
[Top][All Lists]
Advanced

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

Re: Vertical space for imaginary, real collisions


From: Mats Bengtsson
Subject: Re: Vertical space for imaginary, real collisions
Date: Fri, 27 Oct 2006 09:05:45 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

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 %%%%%%%





reply via email to

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