lilypond-user
[Top][All Lists]
Advanced

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

status of new vertical spacing in 2.13.44


From: Paul Scott
Subject: status of new vertical spacing in 2.13.44
Date: Tue, 28 Dec 2010 11:49:51 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101211 Icedove/3.0.11

Hi,

Should the following code work? Am I misunderstanding staff-staff-spacing. Changing the numbers doesn't seem to change the spacing. (I haven't tried it in any other version).

TIA,

Paul Scott

\version "2.13.44"

\header{ poet = \markup{ staff-staff-spacing test } }

\score{
<<
    \new Staff \with {
      \override VerticalAxisGroup #'staff-staff-spacing =
       #'((basic-distance . 8)
         (minimum-distance . 7)
         (padding . 8))
    }
<< { \repeat unfold 200 a'1 } >>
    \addlyrics { \lyricmode{ what } }
    \addlyrics { \lyricmode{ why } }
>>
}






reply via email to

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