Re: Character encoding / poor man's letterspacing

2019-03-11 Thread Aaron Hill
On 2019-03-11 3:40 pm, David Kastrup wrote: Urs Liska writes: Am 11.03.19 um 20:22 schrieb Aaron Hill: On 2019-03-11 11:30 am, David Kastrup wrote: Urs Liska writes: Hi, I've written a poor-man's implementation of a simple \letterspaced markup command: #(define-markup-command  

Re: Bug: restarting staff destroys DynamicLineSpanner.staff-padding after line break

2019-03-11 Thread Thomas Morley
Am Mo., 11. März 2019 um 23:01 Uhr schrieb Trevor Bača : > > On Thu, Mar 7, 2019 at 2:14 AM David Kastrup wrote: > > It's probably not the only spanner > > unprepared to span pieces of interrupted staff symbols. > > > > Isn't this still a bug? In the sense David pointed out. > Or, rather a gap

Re: Flared hairpin across line break

2019-03-11 Thread Andrew Bernard
Hello Harm. Again, really excellent. Does exactly what I need. Very much appreciated. I think that would be a good example of how to do something significant with hairpins (I can't be the only one wanting this notation) and how to use alter-broken in a rather sophisticated way for the LSR.

Re: Flared hairpin across line break

2019-03-11 Thread Thomas Morley
Am Mo., 11. März 2019 um 05:52 Uhr schrieb Andrew Bernard : > > I'd like to have flared hairpins that only flare at the terminating end after > a line break. > > The following example shows that using the flared hairpin stencil in a simple > minded way causes it to flare at the first break,

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread David Kastrup
Urs Liska writes: > Am 11.03.19 um 20:22 schrieb Aaron Hill: >> On 2019-03-11 11:30 am, David Kastrup wrote: >>> Urs Liska writes: >>> Hi, I've written a poor-man's implementation of a simple \letterspaced markup command: #(define-markup-command  

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread Urs Liska
Am 11.03.19 um 20:22 schrieb Aaron Hill: On 2019-03-11 11:30 am, David Kastrup wrote: Urs Liska writes: Hi, I've written a poor-man's implementation of a simple \letterspaced markup command: #(define-markup-command   (letterspaced layout props text)(markup?)   (let*    ((chars

Re: Bug: restarting staff destroys DynamicLineSpanner.staff-padding after line break

2019-03-11 Thread Trevor Bača
On Thu, Mar 7, 2019 at 2:14 AM David Kastrup wrote: > Trevor Bača writes: > > > Restarting the staff during the lifespan of a multisystem > > DynamicLineSpanner destroys the value of DynamicLineSpanner properties > > (like staff-padding) that were set when the DynamicLineSpanner was > >

Re: Simple example with vertical spacing and dynamic contexts

2019-03-11 Thread Ben
On 3/11/2019 3:33 PM, Павел Буданов wrote: I found a temporary way to control the vertical spacing in the middle of the piece. It looks awful, but it works. I still hope that someone will suggest a more correct way. \new StaffGroup <<    \new Staff    {      c' c' c' c' \break      % Add an

Re: Simple example with vertical spacing and dynamic contexts

2019-03-11 Thread Павел Буданов
I found a temporary way to control the vertical spacing in the middle of the piece. It looks awful, but it works. I still hope that someone will suggest a more correct way. \new StaffGroup << \new Staff { c' c' c' c' \break % Add an invisible very low note to push the staffs.

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread Aaron Hill
On 2019-03-11 11:30 am, David Kastrup wrote: Urs Liska writes: Hi, I've written a poor-man's implementation of a simple \letterspaced markup command: #(define-markup-command (letterspaced layout props text)(markup?) (let* ((chars (string->list text)) (dummy (ly:message "Chars:

re: cannot access server

2019-03-11 Thread Joseph Austin
I'm having similar trouble again 3/11 3:00 pm EDT >> >> For what its worth, that link as well as the rest of the site appears to >> be working for me.? Mayhaps the issue was resolved? >> >> -- Aaron Hill >> >> ___ >> lilypond-user mailing list >>

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread David Kastrup
Urs Liska writes: > Hi, > > I've written a poor-man's implementation of a simple \letterspaced > markup command: > > #(define-markup-command > (letterspaced layout props text)(markup?) > (let* >((chars (string->list text)) > (dummy (ly:message "Chars: ~a" chars)) > (spaced-text >

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread Aaron Hill
On 2019-03-11 9:56 am, Urs Liska wrote: Hi, I've written a poor-man's implementation of a simple \letterspaced markup command: #(define-markup-command (letterspaced layout props text)(markup?) (let* ((chars (string->list text)) (dummy (ly:message "Chars: ~a" chars)) (spaced-text

Character encoding / poor man's letterspacing

2019-03-11 Thread Urs Liska
Hi, I've written a poor-man's implementation of a simple \letterspaced markup command: #(define-markup-command (letterspaced layout props text)(markup?) (let* ((chars (string->list text)) (dummy (ly:message "Chars: ~a" chars)) (spaced-text (string-join (map string

Re: Access the first/last line of a markup

2019-03-11 Thread Aaron Hill
On 2019-03-11 2:49 am, Urs Liska wrote: Hi, returning to my notorious "center-markup-over-measure" issue I was pointed to yet another issue: vertical alignment when the last line contains descenders or the first line does not contain ascenders. Since I am manually placing the markups (given as

Re: lilypond.org error 500

2019-03-11 Thread linux
On Sun, Mar 10, 2019 at 09:37:10AM +0100, bart deruyter wrote: >I've got the same thing here in Belgium. >[1]https://esmiltania.be >[2]On Twitter >[3]On Google+ >Op zo 10 mrt. 2019 om 09:25 schreef Andrew Bernard ><[4]andrew.bern...@gmail.com>: > > Also seeing it here

Access the first/last line of a markup

2019-03-11 Thread Urs Liska
Hi, returning to my notorious "center-markup-over-measure" issue I was pointed to yet another issue: vertical alignment when the last line contains descenders or the first line does not contain ascenders. Since I am manually placing the markups (given as arguments) using

Possible bug: MMRs and keepAliveInterfaces

2019-03-11 Thread Saul Tobin
If any of the interfaces for MultiMeasureRests (e.g. rest-interface, spanner-interface, multi-measure-rest-interface) are included in keepAliveInterfaces (useful if you want to condense some systems in a score, but not others), then when an MMR occurs on either side of a system break it can cause