Hello all,

I noticed that the title (and other header types) doesn’t get vertically
positioned according to its baseline (which would make sense to me), but to
its cap height or ascender height. So if there are several scores with
titles with different maximum letter heights, the scores will begin at
different vertical positions.
Compare the two examples below:


\version "2.19.47"

\book {
  \header {
    title = "Title"
  }
  {
    c'1
  }
}

\book {
  \header {
    % Due to the title having only a lowercase letter, everything gets
positioned higher.
    title = "e"
  }
  {
    c'1
  }
}


Can this behaviour be changed?

Thanks,
Peter

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to