-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Another issue with the new vertical layout engine:

I have a score with lyrics and multiple pieces. With the new vertical laytout 
engine, the lyrics of the last staff before a new piece title are printed AFTER 
the piece title. An example is attached.

The same problem appears with normal markup, too. The lyrics are printed after 
the markup rather than before...

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKf1M7TqjEwhXvPN0RAndwAKDO4ILiuxG3fDKZVelGJ7Kw6Rkd2QCfX5PG
6Ucr1UjHFrleqvGv726H0Mc=
=xvzi
-----END PGP SIGNATURE-----
\version "2.13.4"
\pointAndClickOff

\header {
  title = "lyrics are printed after piece title"
  composer = "The One and Only"
}


\score{
  <<
     \new Staff <<
       \new Voice = "asdf" { c' d' e' f' }
     >>
     \new Lyrics \lyricsto "asdf" \lyricmode { a b c d }
  >>
  \header{
    piece = "First piece"
  }
}

\score{
  <<
     \new Staff <<
       \new Voice = "asdf" { c' d' e' f' }
     >>
     \new Lyrics \lyricsto "asdf" \lyricmode { a b c d }
  >>
  \header{
    piece = "Second piece"
  }
}

\markup "blah blah bla"


% \paper{
%   print-all-headers=##t
%   bookTitleMarkup = ##f
% }


Attachment: test.pdf
Description: Adobe PDF document

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

Reply via email to