[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Layout of a (piano) hand indicator
From: |
David Kastrup |
Subject: |
Re: Layout of a (piano) hand indicator |
Date: |
Wed, 25 Nov 2015 12:37:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
David Kastrup <address@hidden> writes:
> Thomas Morley <address@hidden> writes:
>
>> 2015-11-25 11:42 GMT+01:00 Urs Liska <address@hidden>:
>>>
>>>
>>> Am 25.11.2015 um 11:26 schrieb Jacques Menu:
>>>> Hello Urs,
>>>>
>>>> The horizontal part is not visible if the note head lies on a line:
>>>
>>> I know that and therefore I wouldn't consider this a proper solution.
>>> If I would want to make that a generally usable tool I would have to
>>> think about some logic to support this.
>>> But in the score at hand I just need that once ...
>>>
>>> Urs
>>
>>
>>
>> There's Robin's approach:
>> http://lists.gnu.org/archive/html/lilypond-user/2009-07/msg00536.html
>>
>> Although it does not compile with 2.19.32 even after running convert-ly.
>> I assume it wouldn't be that hard to do the remaining manually, right
>> now I've not the time, though...
>
> You have to replace one instance of
>
> ((ly:music-function-extract whateveritwas) (*parser*) (*location*) ...)
>
> with
>
> (whateveritwas ...)
>
> Maybe ly:music-function-extract should have been renamed altogether when
> removing the parser/location arguments so that one could have provided a
> compatibility wrapper under that name.
>
> I'm not sure how often this will be an issue, though.
I'll try to see whether I can convert direct calls of the result from
ly:music-function-extract in convert-ly, though.
--
David Kastrup
- Re: Layout of a (piano) hand indicator, (continued)
- Re: Layout of a (piano) hand indicator, tisimst, 2015/11/24
- RE: Layout of a (piano) hand indicator, Mark Stephen Mrotek, 2015/11/24
- Re: Layout of a (piano) hand indicator, Noeck, 2015/11/24
- Re: Layout of a (piano) hand indicator, Simon Albrecht, 2015/11/24
- Re: Layout of a (piano) hand indicator, Urs Liska, 2015/11/24
- Re: Layout of a (piano) hand indicator, Jacques Menu, 2015/11/25
- Re: Layout of a (piano) hand indicator, Urs Liska, 2015/11/25
- Re: Layout of a (piano) hand indicator, Thomas Morley, 2015/11/25
- Re: Layout of a (piano) hand indicator, David Kastrup, 2015/11/25
- Re: Layout of a (piano) hand indicator,
David Kastrup <=
- Re: Layout of a (piano) hand indicator, Robin Bannister, 2015/11/25
- Re: Layout of a (piano) hand indicator, David Kastrup, 2015/11/25
- Re: Layout of a (piano) hand indicator, Robin Bannister, 2015/11/25
- Re: Layout of a (piano) hand indicator, David Kastrup, 2015/11/25
- Re: Layout of a (piano) hand indicator, Robin Bannister, 2015/11/25
- Re: Layout of a (piano) hand indicator, Thomas Morley, 2015/11/25
- Re: Layout of a (piano) hand indicator, Simon Albrecht, 2015/11/30
- RE: Layout of a (piano) hand indicator, Mark Stephen Mrotek, 2015/11/30