lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \textLengthOn relative to bar lines instead of following note


From: Thomas Morley
Subject: Re: \textLengthOn relative to bar lines instead of following note
Date: Fri, 27 Apr 2018 21:35:42 +0200

2018-04-27 17:39 GMT+02:00 Robert Hickman <address@hidden>:
>>
>> Another hack:
>>
>> \version "2.18.2"
>>
>> pushRight =
>> #(define-event-function (parser location amount)(number?)
>> #{
>>   \tweak text \markup \with-dimensions #(cons 0 amount) #'(0 . 0) ""
>>   -\rightHandFinger #5
>> #})
>>
>> {
>>   \partial 2
>>   a'4^"Unprefixed" a'\pushRight 7
>>   |
>>   a' a'^"Prefixed" a' a'
>> }
>>
>> Cheers,
>>   Harm
>>
>
> This produces the desired result, thanks.

Hi Robert,

glad it works for you.

Please always reply to all, even in case just conforming a suggestion works.
So that others know the problem is solved.

Thus, cc-ing the list again.

Cheers,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]