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

Delta Between Two Patch Sets: input/regression/finger-chords.ly

Issue 6827072: Uses single algorithm for side-position spacing. (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: Response to Keith's comments Created 12 years, 4 months ago
Right 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 1
2 \version "2.17.6" 2 \version "2.17.6"
3 \header { 3 \header {
4 4
5 texidoc = "It is possible to associate 5 texidoc = "It is possible to associate
6 fingerings uniquely with notes. This makes it possible to add 6 fingerings uniquely with notes. This makes it possible to add
7 horizontal fingerings to notes. Fingering clears stems and flags 7 horizontal fingerings to notes. Fingering defaults to not clearing
8 if @code{'add-stem-support} is set. 8 flags and stems unless there is a collision or a beam.
9 " 9 "
10 10
11 } 11 }
12 \layout { ragged-right= ##t } 12 \layout { ragged-right= ##t }
13 13
14 14
15 15
16 \relative c'{ 16 \relative c'{
17 \set fingeringOrientations = #'(left) 17 \set fingeringOrientations = #'(left)
18 < c-1 e-2 g-3 b-5 > 4 18 < c-1 e-2 g-3 b-5 > 4
(...skipping 19 matching lines...) Expand all
38 38
39 \set fingeringOrientations = #'(right) 39 \set fingeringOrientations = #'(right)
40 < c-1 e-2 g-3 b-5 > 8 40 < c-1 e-2 g-3 b-5 > 8
41 41
42 } 42 }
43 43
44 44
45 45
46 46
47 47
LEFTRIGHT

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