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

Side by Side Diff: input/regression/hairpin-neighboring-span-dynamics.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/
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:
View unified diff | Download patch
« no previous file with comments | « input/regression/hairpin-ending.ly ('k') | input/regression/hairpin-to-barline.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc = "Bound padding for hairpins also applies before following 4 texidoc = "Bound padding for hairpins also applies before following
5 @code{DynamicTextSpanner} grobs. In this case, @code{bound-padding} 5 @code{DynamicTextSpanner} grobs. In this case, @code{bound-padding}
6 is not scaled down. 6 is not scaled down.
7 " 7 "
8 } 8 }
9 9
10 \relative c' { 10 \relative c' {
11 \override Hairpin #'to-barline = ##f 11 \override Hairpin.to-barline = ##f
12 c2\> 12 c2\>
13 \dimTextDim 13 \dimTextDim
14 c2\> 14 c2\>
15 \dimHairpin 15 \dimHairpin
16 c\> c\! \break 16 c\> c\! \break
17 \dimTextDim 17 \dimTextDim
18 c2\>· 18 c2\>·
19 \override Hairpin #'bound-padding = #5 19 \override Hairpin.bound-padding = #5
20 \dimHairpin 20 \dimHairpin
21 c2\> 21 c2\>
22 \dimTextDim 22 \dimTextDim
23 c2\> c\! \break 23 c2\> c\! \break
24 \crescHairpin 24 \crescHairpin
25 c2\< c\< 25 c2\< c\<
26 c2\< c\! 26 c2\< c\!
27 } 27 }
OLDNEW
« no previous file with comments | « input/regression/hairpin-ending.ly ('k') | input/regression/hairpin-to-barline.ly » ('j') | no next file with comments »

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