lilypond-user
[Top][All Lists]
Advanced

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

Space between 2 headers


From: Kamal
Subject: Space between 2 headers
Date: Thu, 16 Nov 2006 23:27:37 +0200

I have the following:

\score {
{ c }
\header {
  title = "Title1"
}
\layout {
  indent = 0.0
}
}
\score {
{ c }
\header {
  title = "Title2"
}
\layout {
  indent = 0.0
}
}

\version "2.8.6"

What is the property which sets the vertical length between score1 &
score2 (indicated by a cross on the attached pic)?

I used:
\paper{
printallheaders=##t
annotate-spacing = ##t
}
But it doesn't show clearly what is the property name.

Attachment: header.png
Description: PNG image


reply via email to

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