bug-lilypond
[Top][All Lists]
Advanced

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

Re: Fingerings in chords - accidentals and unison problems


From: Federico Bruni
Subject: Re: Fingerings in chords - accidentals and unison problems
Date: Mon, 28 Jan 2013 23:04:21 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Il 27/01/2013 23:21, Olivier Biot ha scritto:
I'm not top posting.

%%% BEGIN snippet
% Bug report
% 1. Accidentals in a chord (slightly) overlap with fingerings (left chord)
% 2. Two fingerings assigned to one notehead with unison notes in a chord (right
chord)
% Extensive "test chart" posted in
http://lilypond.1069038.n5.nabble.com/Fingerings-and-chords-v2-16-2-td140170.html

\version "2.17.11"

theChord = { <e-1 ces'-3 g'-2 a-0>4 <e-1 e-3 g'-2 a-0> }

theMusic = \new Staff {
   \relative c, {
     \key c \major
     \time 2/4
     \clef "bass"

     \set fingeringOrientations = #'(up left down)
     \theChord
   }
}

\score {
   \theMusic
   \layout {}
}
%%% END snippet

Best regards,

Olivier Biot


Hi Olivier

added as:
http://code.google.com/p/lilypond/issues/detail?id=3148

Thanks
--
Federico



reply via email to

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