bug-lilypond
[Top][All Lists]
Advanced

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

Issue 340 in project lilypond


From: codesite-noreply
Subject: Issue 340 in project lilypond
Date: Wed, 28 Mar 2007 17:56:30 -0700

Issue 340: \harmonic only works inside chords
http://code.google.com/p/lilypond/issues/detail?id=340

New issue report by gpermus:
% \harmonic only works inside <>
% Mats adds that:
%{
You have exactly the same problems with fingerings if you want
to specify a fingering to the left or right of a note head, then
    \set fingeringOrientations = #'(left)
    c'-3
doesn't work, whereas
    \set fingeringOrientations = #'(left)
    <c'-3>
gives the desired output. This may seem to be completely unrelated but it turns
out that the same engraver handles both fingerings and harmonics in the current
implementation. 
%}


\version "2.11.21"
\paper{ ragged-right=##t}
\relative c'{
        a\harmonic
}


Attachments:
        foo.preview.png  1.0 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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