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

Delta Between Two Patch Sets: input/regression/mozart-hrn3-defs.ily

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/morgenlied.ly ('k') | input/regression/mozart-hrn3-romanze.ily » ('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 %· 1 %·
2 2
3 longgrace = \override Flag stroke-style = #'() 3 longgrace = \override Flag.stroke-style = #'()
4 endlonggrace = \revert Flag stroke-style 4 endlonggrace = \revert Flag.stroke-style
5 ritenuto = \markup { \italic "rit." } 5 ritenuto = \markup { \italic "rit." }
6 6
7 \version "2.17.5" 7 \version "2.17.6"
8 8
9 \layout { 9 \layout {
10 \context { 10 \context {
11 \Score 11 \Score
12 skipBars = ##t 12 skipBars = ##t
13 midiInstrument = #"french horn" 13 midiInstrument = #"french horn"
14 %% try to mimic Breitkopf 14 %% try to mimic Breitkopf
15 \override RehearsalMark padding = #1 15 \override RehearsalMark.padding = #1
16 restNumberThreshold = #1 16 restNumberThreshold = #1
17 17
18 \override RehearsalMark font-series = #'bold 18 \override RehearsalMark.font-series = #'bold
19 \override RehearsalMark font-size = #4.5 19 \override RehearsalMark.font-size = #4.5
20 } 20 }
21 } 21 }
22 22
23 \paper{ 23 \paper{
24 indent = 10\mm 24 indent = 10\mm
25 line-width = 189\mm 25 line-width = 189\mm
26 ragged-last-bottom = ##f 26 ragged-last-bottom = ##f
27 } 27 }
28 28
LEFTRIGHT

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