Re: Score header and top-level markup

2022-06-06 Thread Simon Albrecht
Hi Jean, thanks once more for the speedy and helpful reply! On 06/06/2022 14:43, Jean Abou Samra wrote: How can I change that? That sounds like an XY question. Sorry about that. I meant to imply: How do I swap the placement of the headers? What is the use case? Having a large, left-ali

Re: Score header and top-level markup

2022-06-06 Thread Jean Abou Samra
Le 06/06/2022 à 14:32, Simon Albrecht a écrit : Hi everyone, %%% \version "2.23.9" \bookpart {   \markup \fontsize #10 "general title"   \header {     title = "specific title"   }   \score {     { 1 }   } } why does "general title" appear below "specific title"

Score header and top-level markup

2022-06-06 Thread Simon Albrecht
Hi everyone, %%% \version "2.23.9" \bookpart {   \markup \fontsize #10 "general title"   \header {     title = "specific title"   }   \score {     { 1 }   } } why does "general title" appear below "specific title" and not above? How can I change that? Best, Simon