Re: Footnote is not printed

2021-12-03 Thread Valentin Petzel
I think it would be better to add a \noPageBreak between the markup and the score, just in case. If you do not want loose the automatic formatting of the header you could do \markup \footnote \null \italic "* By me" \noPageBreak Before the score. But thus will give you a little extra spacing

Re: [Navigator] Bundesfachagentur Educa: Aufnahme LilyPond in den Navigator

2021-12-03 Thread Jean Abou Samra
Le 01/12/2021 à 16:47, Jan Nieuwenhuizen a écrit : Hi! Anyone interested in taking care of this? Greetings, Jannke It might be a good idea to post this on https://lilypondforum.de/ also. Cheers, Jean

Re: Footnote is not printed

2021-12-03 Thread Jean Abou Samra
Le 03/12/2021 à 14:27, Павел a écrit : Hello, I have problem with a footnote: it is not printer in the bottom of page. \version "2.22.1" \score {     \header {    piece = "My piece"    opus = \markup\concat { "My opus" \footnote "*" \italic "* By me" }     }     { c' d' e' f' } }

Re: tie from multiple voice?

2021-12-03 Thread Tom Sgouros
Great, I think I understand. Thank you very much. -Tom On Fri, Dec 3, 2021 at 12:48 PM Lukas-Fabian Moser wrote: > Hi Tom, > > Am 03.12.21 um 16:02 schrieb Tom Sgouros: > > Thanks, but I'm not sure I completely understand. What you're saying > > is that if you don't define a voice

Re: tie from multiple voice?

2021-12-03 Thread Lukas-Fabian Moser
Hi Tom, Am 03.12.21 um 16:02 schrieb Tom Sgouros: Thanks, but I'm not sure I completely understand. What you're saying is that if you don't define a voice immediately, you still get one, but its name is nothing ("")? So in my multi-voice segment I can explicitly reference the

Re: tie from multiple voice?

2021-12-03 Thread Lukas-Fabian Moser
Hi Akikazu, It seems that grob directions are not set implicitly in non-number ID context. Yes, that's true - I forgot to mention that. Thanks for your examples, both of which I'd recommend as "good practice". Lukas

Re: Adding to header using module-define! and alist with markups

2021-12-03 Thread Nate Whetsell
臘‍♂️ That did it, thank you! > On Dec 3, 2021, at 12:07 PM, Jean Abou Samra wrote: > > Le 03/12/2021 à 18:04, Nate Whetsell a écrit : >> Thanks for your help! >> >> Using \justify as >> >> ``` >> \paper { >> scoreTitleMarkup = \markup { >>\column { >> \fromproperty #'header:piece

Re: Adding to header using module-define! and alist with markups

2021-12-03 Thread Jean Abou Samra
Le 03/12/2021 à 18:04, Nate Whetsell a écrit : Thanks for your help! Using \justify as ``` \paper {  scoreTitleMarkup = \markup {    \column {      \fromproperty #'header:piece      \justify { #'header:instruction }    }  } } ``` may be on the right track, but this results in (for all cases):

Re: Adding to header using module-define! and alist with markups

2021-12-03 Thread Nate Whetsell
Thanks for your help! Using \justify as ``` \paper { scoreTitleMarkup = \markup { \column { \fromproperty #'header:piece \justify { #'header:instruction } } } } ``` may be on the right track, but this results in (for all cases): ``` test.ly:7:17: error: not a markup

Re: opposite of shortest-duration-space

2021-12-03 Thread Dimitris Marinakis
https://github.com/lilypond/lilypond/blob/817d656cecb0f899ff6e7d1b5e900a5517c31f69/scm/define-grobs.scm I believe here is the relevant code (Bend Spanner). I can see a padding setting. If you increase the padding and adjust the extra-offset it may work. { \override

Re: opposite of shortest-duration-space

2021-12-03 Thread Paul Scott
Thank you for your reply. \bendAfter doesn't require a termination.  I now know an easy solution for unterminated glissandos but I see no reason to reinvent the curves already built into \bendAfter. I probably could look at the \bendAfter code and figure out how to get what I want.  I just

Re: tie from multiple voice?

2021-12-03 Thread Tom Sgouros
Thanks, but I'm not sure I completely understand. What you're saying is that if you don't define a voice immediately, you still get one, but its name is nothing ("")? So in my multi-voice segment I can explicitly reference the voice-with-no-name as you are showing with the \voices construct? That

Re: Dotted \markup \note - tweaking the dot position

2021-12-03 Thread Leo Correia de Verdier
Hi Adam! I don’t think you can use \note or \note-by-number any longer when you need finer control over the output. This snippet can serve as starting point for more advanced notes and music expressions in markup. https://lsr.di.unimi.it/LSR/Item?id=1029 HTH /Leo > 3 dec. 2021 kl. 13:06

Footnote is not printed

2021-12-03 Thread Павел
Hello, I have problem with a footnote: it is not printer in the bottom of page. \version "2.22.1" \score {     \header {    piece = "My piece"    opus = \markup\concat { "My opus" \footnote "*" \italic "* By me" }     }     { c' d' e' f' } }

Re: lyric-syllable-magnetic-snap stopped working in 2.23.5—meta.classes error

2021-12-03 Thread Jean Abou Samra
Le 03/12/2021 à 13:31, Simon Albrecht a écrit : Dear list, I’ve just upgraded to 2.23.5 from 2.23.3 and when I now use the attached library file, I get this error message in my log: Interpreting music... fatal error: meta.classes must be non-empty list, found #f Exited with return code 1.

Re: (Re-post) Printing page numbers from a given page

2021-12-03 Thread Valentin Petzel
Hello Paolo, Yes, I’m using that when I add uncounted pages to the front (using negative page numbers). If you look into the definition of the paper variables oddHeaderMarkup and evenHeaderMarkup (as definined in titling-init). There is a line \if \should-print-page-number \fromproperty

lyric-syllable-magnetic-snap stopped working in 2.23.5—meta.classes error

2021-12-03 Thread Simon Albrecht
Dear list, I’ve just upgraded to 2.23.5 from 2.23.3 and when I now use the attached library file, I get this error message in my log: Interpreting music... fatal error: meta.classes must be non-empty list, found #f Exited with return code 1. Can someone help with fixing it? Thanks in

Re: tie from multiple voice?

2021-12-03 Thread Masaki, Akikazu
Hi Lukas, It seems that grob directions are not set implicitly in non-number ID context. See: %% \new Staff { a'1 \voices "",2 << { d''4 e'' d''2~ } \\ { g'2 g' } >> d''2 c'' } %% In that case, the direction of Voice "" should be specified, and restored with \oneVoice.

Re: Dotted \markup \note - tweaking the dot position

2021-12-03 Thread Adam M. Griggs
I hope you won't mind me bumping this question. It seems to have slipped under radar. Thank you! On Mon, 22 Nov 2021, 11:37 Adam M. Griggs, wrote: > Hello again, > > I'm working with version 2.23.4. > > Looking at the documentation for \note and \note-by-number >

Re: (Re-post) Printing page numbers from a given page

2021-12-03 Thread Paolo Prete
Thanks Aaron, this is precious!! On Fri, Dec 3, 2021 at 2:44 AM Aaron Hill wrote: > On 2021-12-02 4:55 pm, Paolo Prete wrote: > > I re-post this because I noted later that the answer I obtained does > > not > > fit what I asked. > > I wonder if is there a way to start printing page numbers of a