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
ly:stencil-combine-a
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
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
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 cha
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
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
>
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
>> lily
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: ~a"
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.
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 in
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
> > created.
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 (string->lis
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
(letterspaced
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, which
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.
Andre
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
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
(letters
17 matches
Mail list logo