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

Delta Between Two Patch Sets: input/regression/line-style-zigzag-spacing.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/line-style.ly ('k') | input/regression/lyric-combine-switch-voice.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 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc = "Setting @code{'zigzag} style for spanners does not 4 texidoc = "Setting @code{'zigzag} style for spanners does not
5 cause spacing problems: in this example, the first text markup and 5 cause spacing problems: in this example, the first text markup and
6 zigzag trillspanner have the same outside staff positioning as 6 zigzag trillspanner have the same outside staff positioning as
7 the second markup and default trillspanner. 7 the second markup and default trillspanner.
8 " 8 "
9 } 9 }
10 10
11 \relative c' { 11 \relative c' {
12 c1^"text" 12 c1^"text"
13 \override TrillSpanner #'style = #'zigzag 13 \override TrillSpanner.style = #'zigzag
14 c1\startTrillSpan 14 c1\startTrillSpan
15 c2^\stopTrillSpan c^"text" 15 c2^\stopTrillSpan c^"text"
16 \revert TrillSpanner #'style 16 \revert TrillSpanner.style
17 c1\startTrillSpan 17 c1\startTrillSpan
18 c1^\stopTrillSpan 18 c1^\stopTrillSpan
19 } 19 }
LEFTRIGHT

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