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

Delta Between Two Patch Sets: input/regression/accidental-suggestions.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: Created 12 years, 6 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/accidental-placement-padding.ly ('k') | input/regression/accidental-tie.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 = "setting the @code{suggestAccidentals} will print 4 texidoc = "setting the @code{suggestAccidentals} will print
5 accidentals vertically relative to the note. This is useful for 5 accidentals vertically relative to the note. This is useful for
6 denoting Musica Ficta." 6 denoting Musica Ficta."
7 · 7 ·
8 } 8 }
9 9
10 \version "2.16.0" 10 \version "2.17.6"
11 \paper { 11 \paper {
12 ragged-right = ##t 12 ragged-right = ##t
13 } 13 }
14 14
15 \relative c'' { 15 \relative c'' {
16 \time 2/4· 16 \time 2/4·
17 \set suggestAccidentals = ##t· 17 \set suggestAccidentals = ##t·
18 cis^> gis'-| 18 cis^> gis'-|
19 \override AccidentalSuggestion #'parenthesized = ##t 19 \override AccidentalSuggestion.parenthesized = ##t
20 cis,_"paren" gis' 20 cis,_"paren" gis'
21 21
22 } 22 }
23 ·· 23 ··
24 ·· 24 ··
LEFTRIGHT

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