bug-lilypond
[Top][All Lists]
Advanced

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

secundary score header causes shorter distance between scores


From: Wilbert Berendsen
Subject: secundary score header causes shorter distance between scores
Date: Thu, 4 Feb 2010 11:42:57 +0100
User-agent: KMail/1.12.4 (Linux/2.6.31-17-generic; KDE/4.3.5; i686; ; )

\version "2.13.10"

%{
  When a secondary score has a piece or opus header (i.e. it prints something
  above it) the score is put closer to the preceding score than when there is
  no header in the secondary score.
%}

\header {
  title = "Title"
}

\paper {
  ragged-last-bottom = ##f
}

music = \repeat unfold 2 { c'4 c' c' c' c' c' c' c' \break }

\score { \music }
\score { \music \header { opus = "some text" } }
\score { \music }


best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/

Attachment: header-sec-score.png
Description: PNG image


reply via email to

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