bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1283 in lilypond: Some fingering indications and fingering related


From: lilypond
Subject: Issue 1283 in lilypond: Some fingering indications and fingering related commands are not displayed when entered in a separate expression
Date: Wed, 29 Sep 2010 13:51:14 +0000

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




reply via email to

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