lilypond-user
[Top][All Lists]
Advanced

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

Vertical spacing between systems


From: Dominik Baenninger
Subject: Vertical spacing between systems
Date: Sun, 6 Jun 2004 22:10:20 +0200 (CEST)

I would like decrease the vertical space between systems of notes. If
found in the manual that I can manipulate this feature with

\set Staff.minimumVerticalExtent = #'(-4 . 4)

But in which way do I have to include this statement in the code?
Obviously it does not work in the way I tried it (see my code below).

Dominik

% ------------ my code --------------------
\include "hrnI.src"
\version "2.2.1"

% Set Font size
#(set-global-staff-size 18)

\score {
   << \hornOneNote>>
}

\paper{
   \set Staff.minimumVerticalExtent = #'(-4 . 4)
   #(set-paper-size "a4")
   linewidth = #(* mm 190)
}






reply via email to

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