Re: extra space on pages

2024-07-11 Thread Jean Abou Samra
Le jeudi 11 juillet 2024 à 14:30 -0700, Paul Scott a écrit : > Some Lilypond syntax is not as clear to me as the other programming > languages that I have used. Basically, "_-" is the direction indicator "_" (down) plus the character for tenuto, "-", in the same vein as "_\p" or "_.". > I used

Re: extra space on pages

2024-07-11 Thread Paul Scott
Thank you! Some Lilypond syntax is not as clear to me as the other programming languages that I have used. OTOH I am very impressed with Lily code that works even though I wouldn't be sure that it would. I write little pieces of code for repeated music patterns and slurs work in and out of t

Re: extra space on pages

2024-07-11 Thread Jean Abou Samra
Le jeudi 11 juillet 2024 à 23:13 +0200, Jean Abou Samra a écrit : > { c'_-\tweak padding 50 _\markup{ " " } } > > and the reason is that the first "_" should not be there. > (in fact the first "-" is not useful either) signature.asc Description: This is a digitally signed message part

Re: extra space on pages

2024-07-11 Thread Jean Abou Samra
Le jeudi 11 juillet 2024 à 14:08 -0700, Paul Scott a écrit : > I believe I got this code from Kieren but I may have a typo in my use of it. > >    _-\tweak padding 50 _\markup{ " " } > > It produces blank space on the page below the music as desired but I get > a tenuto mark in the music before