[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1764 in lilypond: \displayLilyMusic causes error with \addFingerin
From: |
lilypond |
Subject: |
Issue 1764 in lilypond: \displayLilyMusic causes error with \addFingering from LSR 768 |
Date: |
Thu, 14 Jul 2011 15:21:18 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Other Priority-Medium
New issue 1764 by brownian.box: \displayLilyMusic causes error with
\addFingering from LSR 768
http://code.google.com/p/lilypond/issues/detail?id=1764
Reported by Eluze,
http://lists.gnu.org/archive/html/bug-lilypond/2011-07/msg00429.html :
%--------------------8<--------------------------
\version "2.15.5"
% this code uses \addFingering from
% http://lsr.dsi.unimi.it/LSR/Item?id=768 :
\displayLilyMusic { \addFingering a #"-5" }
reports in the log:
GNU LilyPond 2.15.5
Processing `test.ly'
Parsing...ERROR: No applicable method for #<<extended-generic> map (0)> in
call (map #<procedure #f (tweak)> #f)
without \displayLilyMusic it works.
%--------------------8<--------------------------
I decided it's "Type-Other".
Can it be related to Issue 1733?