|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5154 Centering bass figures on whole notes and longer |
Date: | Sat, 15 Jul 2017 07:06:22 +0000 |
As David already pointed out this patch looks only at the duration of the BassFigure whether to apply some translation or not. This will only work, if the durations of BassFigure and related note match.
To illustrate:
<< \relative c' { c1 c'8 d e f g f e d } \figures { <6+>2 <6+>2 <6+>1 }
Only the third BassFigure is moved, but shouldn't!
See attached.
I'd rather go for a procedure looking at NoteColumn, applying it to BassFigure.X-offset or the like to get convincing aligning.
Attachments:
[issues:#5154] Centering bass figures on whole notes and longer
Status: Started
Created: Fri Jul 14, 2017 03:41 PM UTC by pkx166h
Last Updated: Fri Jul 14, 2017 03:45 PM UTC
Owner: pkx166h
From: Richard Shann
Subject: Patch to fix centering of some bass figures on whole notes and longer.
Date: Sun, 09 Jul 2017 15:05:18 +0100
Simon Albrecht suggested I start a new thread for this (apologies for
any confusion)
Attached is a patch that fixes the centering of single bass figures over
notes of duration whole note and more. The duration is tested and a
translate applied horizontally if needed.
A test snippet is this:
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
<<
{
\time 4/2 c''\breve c'' c''1 c''
c''4 c'' c'' c''
}
\new FiguredBass {
\figuremode {
<+>\breve <-> <3>1 <3+>
<+>4 <-> <3> <3+>
}
}
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
In version until now the single character figures are placed to the left
of the true center.
Centering bass figures on whole notes and longer
This is a patch that fixes
the centering of single bass
figures over notes of duration
whole note and more.
The duration is tested and a
translate applied horizontally
if needed.
http://codereview.appspot.com/325070043
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |