David Kastrup <[email protected]> writes: > Thomas Morley <[email protected]> writes: > >> 2015-11-25 11:42 GMT+01:00 Urs Liska <[email protected]>: >>> >>> >>> 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
