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

Delta Between Two Patch Sets: input/regression/bar-number.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: Fix a few bugs, modify \tweak syntax, demonstrate high impact conversion 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/bar-extent.ly ('k') | input/regression/bar-number-volta-repeat.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 1
2 \version "2.17.5" 2 \version "2.17.6"
3 3
4 \header { 4 \header {
5 5
6 texidoc="Bar numbers may be set and their padding adjusted individually.·· 6 texidoc="Bar numbers may be set and their padding adjusted individually.··
7 The counting of bar numbers is started after the anacrusis. 7 The counting of bar numbers is started after the anacrusis.
8 8
9 To prevent clashes at the beginning of a line, the padding may have to· 9 To prevent clashes at the beginning of a line, the padding may have to·
10 be increased. 10 be increased.
11 " 11 "
12 12
13 } 13 }
14 14
15 \layout { 15 \layout {
16 ragged-right = ##t 16 ragged-right = ##t
17 } 17 }
18 18
19 \relative c'' { 19 \relative c'' {
20 \override Score.BarNumber break-visibility = #all-visible 20 \override Score.BarNumber.break-visibility = #all-visible
21 \partial 4 c4· 21 \partial 4 c4·
22 c1 c c 22 c1 c c
23 \set Score.currentBarNumber = #99999 23 \set Score.currentBarNumber = #99999
24 \override Score.BarNumber padding = #3 24 \override Score.BarNumber.padding = #3
25 c1 c 25 c1 c
26 } 26 }
LEFTRIGHT

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