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

Delta Between Two Patch Sets: input/regression/music-function-end-spanners.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: unquote \accidentalStyle parameters, make and use symbol-list-or-symbol?, some amendments 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:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/multi-measure-rest-tweaks.ly ('k') | input/regression/non-centered-bar-lines.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
(no file at all)
1 1
2 \header { 2 \header {
3 3
4 texidoc = "the @code{endSpanners} music function inserts· 4 texidoc = "the @code{endSpanners} music function inserts·
5 end span events at the end of a note." 5 end span events at the end of a note."
6 ·· 6 ··
7 } 7 }
8 8
9 \version "2.16.0" 9 \version "2.17.6"
10 \paper{ 10 \paper{
11 ragged-right = ##T 11 ragged-right = ##T
12 } 12 }
13 \relative 13 \relative
14 << { c'4 c c c } 14 << { c'4 c c c }
15 \\ 15 \\
16 { 16 {
17 \override TextSpanner #'bound-details #'left #'text = "x"· 17 \override TextSpanner.bound-details.left.text = "x"·
18 \endSpanners c,2\<\startTextSpan c2 18 \endSpanners c,2\<\startTextSpan c2
19 19
20 } 20 }
21 >> 21 >>
22 ··· 22 ···
LEFTRIGHT

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