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

Delta Between Two Patch Sets: input/regression/spanner-break-overshoot.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: Change \footnote user interface to match the rest (though pre-2.16 German docs fail) Created 12 years, 5 months ago
Right Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 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
« no previous file with change/comment | « input/regression/spanner-after-line-breaking.ly ('k') | input/regression/staff-ledger-positions.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 \version "2.17.5" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc = "The @code{break-overshoot} property sets the amount that 4 texidoc = "The @code{break-overshoot} property sets the amount that
5 a spanner (in this case: the beam and tuplet bracket) in case of a line 5 a spanner (in this case: the beam and tuplet bracket) in case of a line
6 break extends beyond the rightmost column and extends to the left beyond the 6 break extends beyond the rightmost column and extends to the left beyond the
7 prefatory matter." 7 prefatory matter."
8 } 8 }
9 9
10 \paper { ragged-right = ##t } 10 \paper { ragged-right = ##t }
11 11
12 \relative c'' { 12 \relative c'' {
13 \override Beam break-overshoot = #'(1.0 . 2.0) 13 \override Beam.break-overshoot = #'(1.0 . 2.0)
14 \override TupletBracket break-overshoot = #'(1.0 . 2.0) 14 \override TupletBracket.break-overshoot = #'(1.0 . 2.0)
15 \override TupletBracket bracket-visibility = ##t 15 \override TupletBracket.bracket-visibility = ##t
16 \override Beam breakable = ##t 16 \override Beam.breakable = ##t
17 c2.. \times 2/3 { c8.[ \break c8.] } 17 c2.. \times 2/3 { c8.[ \break c8.] }
18 } 18 }
LEFTRIGHT

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