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

Delta Between Two Patch Sets: input/regression/tuplet-bracket-outside-staff-priority.ly

Issue 7185044: Caches the interior skylines of vertical axis groups and systems. Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: Incorporates David's suggestions Created 12 years, 1 month ago
Right Patch Set: Gives Hairpin outside-staff-interface Created 11 years, 11 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 \version "2.17.11" 1 \version "2.17.11"
2 \header { 2 \header {
3 3
4 texidoc = "Tuplet brackets' outside staff priority can be 4 texidoc = "Tuplet brackets' outside staff priority can be
5 set. Brackets, by default, carry their numbers with them." 5 set. Brackets, by default, carry their numbers with them."
6 6
7 } 7 }
8 8
9 \relative c'' { 9 \relative c'' {
10 \override TupletBracket.avoid-scripts = ##f 10 \override TupletBracket.avoid-scripts = ##f
11 % Plain old tuplet 11 % Plain old tuplet
12 \tuplet 3/2 { a8 r a } 12 \tuplet 3/2 { a8 r a }
13 % With nothing set, collisions abound both horizontally and 13 % With nothing set, collisions abound both horizontally and
14 % vertically 14 % vertically
15 \tuplet 3/2 { a8^\espressivo r a^\espressivo } 15 \tuplet 3/2 { a8^\espressivo r a^\espressivo }
16 % Setting the staff priority prevents collisions 16 % Setting the staff priority prevents collisions
17 \override TupletBracket.outside-staff-priority = #1 17 \tupletOutsideStaffPriority #1
18 \override TupletBracket.Y-offset = #ly:side-position-interface::outside-staff- aligned-side
19 \tuplet 3/2 { a8^\espressivo r a^\espressivo } 18 \tuplet 3/2 { a8^\espressivo r a^\espressivo }
20 % Note that, with the outside-staff-priority set, this bracket 19 % Note that, with the outside-staff-priority set, this bracket
21 % should be at the same vertical level as the first one 20 % should be at the same vertical level as the first one
22 \tuplet 3/2 { a8 r a } 21 \tuplet 3/2 { a8 r a }
23 } 22 }
LEFTRIGHT

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