lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3148 in lilypond: accidental/fingering overlap in


From: lilypond
Subject: [Lilypond-auto] Issue 3148 in lilypond: accidental/fingering overlap in chord + fingering problem in unison chord
Date: Mon, 28 Jan 2013 22:03:16 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3148 by address@hidden: accidental/fingering overlap in chord + fingering problem in unison chord
http://code.google.com/p/lilypond/issues/detail?id=3148

Reported by Olivier Biot:

% 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 {}
}

Attachments:
        fingering-chord-problems.png  8.5 KB




reply via email to

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