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

Side by Side Diff: input/regression/quote-tuplet.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/
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:
View unified diff | Download patch
« no previous file with comments | « input/regression/quote-overrides.ly ('k') | input/regression/rehearsal-mark-align.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 \version "2.16.0" 2 \version "2.17.6"
3 3
4 \header { 4 \header {
5 5
6 texidoc = "In cue notes, Tuplet stops are handled before new tuplets 6 texidoc = "In cue notes, Tuplet stops are handled before new tuplets
7 start." 7 start."
8 8
9 } 9 }
10 10
11 foo = \relative c' { 11 foo = \relative c' {
12 \times 2/3 { c4 c c } \times 2/3 { c4 c c } 12 \times 2/3 { c4 c c } \times 2/3 { c4 c c }
13 } 13 }
14 14
15 \addQuote "foo" { \foo } 15 \addQuote "foo" { \foo }
16 16
17 \paper { 17 \paper {
18 ragged-right = ##t 18 ragged-right = ##t
19 } 19 }
20 20
21 \new Staff 21 \new Staff
22 << 22 <<
23 \new Voice \transpose c c' { 23 \new Voice \transpose c c' {
24 \override Stem #'direction = #UP 24 \override Stem.direction = #UP
25 \foo 25 \foo
26 } 26 }
27 \new Voice { 27 \new Voice {
28 \cueDuring #"foo" #DOWN { s1 } 28 \cueDuring #"foo" #DOWN { s1 }
29 } 29 }
30 >> 30 >>
31 ·· 31 ··
OLDNEW
« no previous file with comments | « input/regression/quote-overrides.ly ('k') | input/regression/rehearsal-mark-align.ly » ('j') | no next file with comments »

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