bug-lilypond
[Top][All Lists]
Advanced

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

Fingerings in chords - accidentals and unison problems


From: Olivier Biot
Subject: Fingerings in chords - accidentals and unison problems
Date: Sun, 27 Jan 2013 22:21:35 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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




reply via email to

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