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

Delta Between Two Patch Sets: input/regression/spacing-bar-stem.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, 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/spacing-bar-arpeggio.ly ('k') | input/regression/spacing-bar-whole-measure.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 \header { 2 \header {
3 texidoc = "Downstem notes following a barline are 3 texidoc = "Downstem notes following a barline are
4 printed with some extra space. This is an optical correction similar 4 printed with some extra space. This is an optical correction similar
5 to juxtaposed stems. 5 to juxtaposed stems.
6 6
7 The bar upstem should be approx 1.1 staff space, the bar downstem 1.3 7 The bar upstem should be approx 1.1 staff space, the bar downstem 1.3
8 to 1.5 staff space." 8 to 1.5 staff space."
9 } 9 }
10 10
11 11
12 \version "2.17.5" 12 \version "2.17.6"
13 \layout{ 13 \layout{
14 ragged-right = ##t· 14 ragged-right = ##t·
15 } 15 }
16 16
17 17
18 \relative c'' { 18 \relative c'' {
19 \override Score.NonMusicalPaperColumn stencil = #ly:paper-column::print 19 \override Score.NonMusicalPaperColumn.stencil = #ly:paper-column::print
20 \override Score.NonMusicalPaperColumn layer = #2 20 \override Score.NonMusicalPaperColumn.layer = #2
21 ·· 21 ··
22 \time 2/4 22 \time 2/4
23 \stemDown 23 \stemDown
24 s2 24 s2
25 e4 s4· 25 e4 s4·
26 e,4 s4 26 e,4 s4
27 } 27 }
LEFTRIGHT

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