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

Delta Between Two Patch Sets: input/regression/accidental-contemporary.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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/accidental-cautionary.ly ('k') | input/regression/accidental-piano.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 \header { 2 \header {
3 3
4 texidoc = "Several automatic accidental rules 4 texidoc = "Several automatic accidental rules
5 aim to reproduce contemporary music notation 5 aim to reproduce contemporary music notation
6 practices: 6 practices:
7 @itemize 7 @itemize
8 @item 8 @item
9 @code{'dodecaphonic} style prints accidentals on every 9 @code{'dodecaphonic} style prints accidentals on every
10 note (including naturals) 10 note (including naturals)
11 @item 11 @item
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 \relative c'' { 46 \relative c'' {
47 \set Staff.autoAccidentals = #'() 47 \set Staff.autoAccidentals = #'()
48 \set Staff.autoCautionaries = #'() 48 \set Staff.autoCautionaries = #'()
49 gis!4 a! g! gisis! 49 gis!4 a! g! gisis!
50 gis!8 a gis! gis g'! gis! gis,,! a' 50 gis!8 a gis! gis g'! gis! gis,,! a'
51 eis! fis! eis? eis g?2 51 eis! fis! eis? eis g?2
52 \key e \major 52 \key e \major
53 e8 eis! fis? fis gis?2 53 e8 eis! fis? fis gis?2
54 } 54 }
55 } 55 }
LEFTRIGHT

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