Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1283 by brownian.box: Some fingering indications and fingering related commands are not displayed when entered in a separate expression
http://code.google.com/p/lilypond/issues/detail?id=1283 Reported by Vicente Solsona, http://lists.gnu.org/archive/html/bug-lilypond/2010-09/msg00449.html %-----------------8<-------------------------------- \version "2.13.34" % 2.12.3 does the same music = \relative c'' {<c>4 <c> <c> <c> <c> \stemUp <c>} fingerings = { s4-1 % it's displayed s4\2 % it's not displayed s4-\rightHandFinger #2 % it's not displayed \set fingeringOrientations = #'(down) % doesn't work s4-2 \override Fingering #'staff-padding = #'() % *does* work s4-3 \override Fingering #'add-stem-support = ##f % doesn't work s4-1 } \score { << \new Staff \context Voice = "A" \music \context Voice = "A" \fingerings >> } %-----------------8<-------------------------------- Attachments: test.png 1.1 KB _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
