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

Delta Between Two Patch Sets: input/regression/line-style.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/line-dashed-period.ly ('k') | input/regression/line-style-zigzag-spacing.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 = "Cover all line styles available."·· 4 texidoc = "Cover all line styles available."··
5 } 5 }
6 6
7 \relative c'' { 7 \relative c'' {
8 \override Glissando breakable = ##t 8 \override Glissando.breakable = ##t
9 9
10 s2 10 s2
11 d2 \glissando d'2 11 d2 \glissando d'2
12 \override Glissando style = #'dashed-line 12 \override Glissando.style = #'dashed-line
13 d,2 \glissando d'2 13 d,2 \glissando d'2
14 \override Glissando style = #'dotted-line 14 \override Glissando.style = #'dotted-line
15 d,2 \glissando d'2 15 d,2 \glissando d'2
16 ·· 16 ··
17 \override Glissando style = #'zigzag 17 \override Glissando.style = #'zigzag
18 d,2 \glissando d'2 18 d,2 \glissando d'2
19 \override Glissando style = #'trill 19 \override Glissando.style = #'trill
20 d,2 \glissando d'2 20 d,2 \glissando d'2
21 ·· 21 ··
22 \override Glissando style = #'none 22 \override Glissando.style = #'none
23 d,2 \glissando d'2 23 d,2 \glissando d'2
24 } 24 }
LEFTRIGHT

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