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

Delta Between Two Patch Sets: input/regression/dynamics-context-textspan.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: Fix a few bugs, modify \tweak syntax, demonstrate high impact conversion 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/dynamics-alignment-no-line-linebreak.ly ('k') | input/regression/dynamics-text-right-padding.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 = "Text spanners work in the @code{Dynamics} context." 4 texidoc = "Text spanners work in the @code{Dynamics} context."
5 } 5 }
6 6
7 << 7 <<
8 \new Staff \relative c' { 8 \new Staff \relative c' {
9 c1 | c 9 c1 | c
10 } 10 }
11 \new Dynamics { 11 \new Dynamics {
12 \override TextSpanner bound-details.left.text = #"rit." 12 \override TextSpanner.bound-details.left.text = #"rit."
13 s1\startTextSpan 13 s1\startTextSpan
14 s1\stopTextSpan 14 s1\stopTextSpan
15 } 15 }
16 \new Staff \relative c' { 16 \new Staff \relative c' {
17 c1 | c 17 c1 | c
18 } 18 }
19 >> 19 >>
LEFTRIGHT

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