Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1369)

Side by Side Diff: input/regression/fingering-column.ly

Issue 6827072: Uses single algorithm for side-position spacing. (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Uses cross-staff note columns for pure height estimations Created 12 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 \version "2.17.6" 1 \version "2.17.8"
2 2
3 \header { 3 \header {
4 texidoc = "Horizontal @code{Fingering} grobs that collide do not intersect. 4 texidoc = "Horizontal @code{Fingering} grobs that collide do not intersect.
5 Non-intersecting @code{Fingering} grobs are left alone. 5 Non-intersecting @code{Fingering} grobs are left alone. This is managed
6 by the @code{FingeringColumn} grob.
6 " 7 "
7 } 8 }
8 9
9 \relative c'' { 10 \relative c'' {
10 \set fingeringOrientations = #'(left) 11 \set fingeringOrientations = #'(left)
11 \override Fingering.staff-padding = #'() 12 \override Fingering.staff-padding = #'()
12 \override Fingering.add-stem-support = ##f 13 \override Fingering.add-stem-support = ##f
13 <d-0 c-3 f,-0>4 <d-0 f,-3 e-0> 14 <d-0 c-3 f,-0>4 <d-0 f,-3 e-0>
14 <d^0 c^3 f,-0> <d^0 f,-0> <c^3 f,-0> 15 <d^0 c^3 f,-0> <d^0 f,-0> <c^3 f,-0>
15 <d-0 c-0 b-0 a-0 g-0 f-0> 16 <d-0 c-0 b-0 a-0 g-0 f-0>
16 } 17 }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b