lilypond-devel
[Top][All Lists]
Advanced

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

[bug] Lilypond ignores comments in \paper section


From: Graham Percival
Subject: [bug] Lilypond ignores comments in \paper section
Date: Sun, 12 Sep 2004 22:52:26 -0700

%  the two staff lines are really close; LilyPond should be ignoring the
%  commented out minimumVerticalExtent line.
%      recent CVS, at some point after 2.3.16

\version "2.3.16"
\score{ <<
  \new Staff \relative c''{
    \repeat unfold 32 { c4 c c c }
  }
  \new Staff \relative c''{
    \repeat unfold 32 { c4 c c c }
  } >>
\paper{
%       \context { \Staff minimumVerticalExtent = #'(-1 . 1) }
}
}





reply via email to

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