\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>>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to