Frenched score and rehearsal marks.

2020-08-13 Thread Hwaen Ch'uqi
Greetings All, Perhaps I have hit a bug in 2.21? When ALL staves of a StaffGroup happen to be empty within a particular system, the rehearsal letter continues to appear and at the top of the system. Below is code meant to render the result. \version "2.21" music = \repeat unfold 5 { \repeat

Re: Flared horizontal bracket ties

2020-08-13 Thread Andrew Bernard
Thanks Aaron and Harm for your great help. This works well for me. Andrew

Re: Including only definitions from a Lilypond file

2020-08-13 Thread Hans Aikema
> On 13 Aug 2020, at 20:19, Jérôme Plût wrote: > > Hello everybody, > > I have some lilypond files that contain both music variables and > typesetting instructions, like this: > > soprano = \relative { > % music here... > } > > \bookpart { > % typesetting here... > } > > I would like to

Including only definitions from a Lilypond file

2020-08-13 Thread Jérôme Plût
Hello everybody, I have some lilypond files that contain both music variables and typesetting instructions, like this: soprano = \relative { % music here... } \bookpart { % typesetting here... } I would like to include this file while importing the definitions and ignoring the typesetting.

Re: Page number position

2020-08-13 Thread Andrew Bernard
Hi Mario, I was hoping you would study my example in detail and play with it. If you move the "" you can put the number on the right or the left. Hence: oddHeaderMarkup = \markup \sans \fill-line { \abs-fontsize #28 \on-the-fly #print-page-number-check-first \sans \fromproperty

Re: Page number position

2020-08-13 Thread Brian Barker
At 11:44 13/08/2020 +0200, Mario Moles wrote: But that's not what I was looking for! I want to move the odd page numbers instead of the even ones and vice versa. It can be done? Sorry, but this is even less clear! You want to move the odd page numbers to the left, but not change the even page

Re: Page number position

2020-08-13 Thread Jacques Menu
Hello Mario, Can you post a picture showing what you’re after? JM > Le 13 août 2020 à 11:44, Mario Moles a écrit : > > Thank you. But that's not what I was looking for! I want to move the odd page > numbers instead of the even ones and vice versa. It can be done? > > Il 12/08/20 14:20,

Re: Page number position

2020-08-13 Thread Mario Moles
Thank you. But that's not what I was looking for! I want to move the odd page numbers instead of the even ones and vice versa. It can be done? Il 12/08/20 14:20, Andrew Bernard ha scritto: Hello Mario, In the \paper block, you can make headers like this (just an example pulled fromi my code):