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

Delta Between Two Patch Sets: input/regression/spacing-bar-whole-measure.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, 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/spacing-bar-stem.ly ('k') | input/regression/spacing-folded-clef2.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 \header{ 1 \header{
2 texidoc = "Notes that fill a whole measure are preceded by extra space. " 2 texidoc = "Notes that fill a whole measure are preceded by extra space. "
3 ·· 3 ··
4 } 4 }
5 5
6 \version "2.17.5" 6 \version "2.17.6"
7 7
8 \layout{ 8 \layout{
9 ragged-right=##t 9 ragged-right=##t
10 } 10 }
11 11
12 \new Staff \relative c' { 12 \new Staff \relative c' {
13 \override Score.NonMusicalPaperColumn stencil = #ly:paper-column::print 13 \override Score.NonMusicalPaperColumn.stencil = #ly:paper-column::print
14 \override Score.NonMusicalPaperColumn layer = #1 14 \override Score.NonMusicalPaperColumn.layer = #1
15 ·· 15 ··
16 \time 4/4 16 \time 4/4
17 s1 17 s1
18 c2. c4 18 c2. c4
19 \time 3/4 19 \time 3/4
20 s2. 20 s2.
21 c2. 21 c2.
22 \override Score.NonMusicalPaperColumn full-measure-extra-space = #3.0 22 \override Score.NonMusicalPaperColumn.full-measure-extra-space = #3.0
23 s2. 23 s2.
24 c2. 24 c2.
25 } 25 }
LEFTRIGHT

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