bug-lilypond
[Top][All Lists]
Advanced

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

wrong behaviour of minimumVerticalExtent


From: Werner LEMBERG
Subject: wrong behaviour of minimumVerticalExtent
Date: Wed, 04 Aug 2004 13:56:10 +0200 (CEST)

%
% minimumVerticalExtent.ly
%
% serious
%
% address@hidden
%

\version "2.2.5"

\header { texidoc = "
It is not possible to change the minimumVerticalExtent property at a
given point.  Instead, it always influences the whole document.
" }

music = \notes \relative c' {
          c1 | c1 | c1 | c1 |
        }


\score {
  <<
    \context Staff = i {
      \music
      \music
\set Staff.minimumVerticalExtent = #'(-10 . 10)
      \music
    }

    \context Staff = ii {
      \music
      \music
      \music
    }

    \context Staff = iii {
      \music
      \music
      \music
    }
  >>

  \paper {
    \context {
      \StaffContext
      minimumVerticalExtent = #'(-4 . 4)
    }

    indent = 0.0\mm
    linewidth = 70.0\mm
  }
}

% EOF

reply via email to

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