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

Delta Between Two Patch Sets: input/regression/tuplet-nest-broken.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: 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:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/tuplet-nest.ly ('k') | input/regression/tuplet-no-stems.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
(no file at all)
1 1
2 \version "2.16.0" 2 \version "2.17.6"
3 3
4 \header { 4 \header {
5 texidoc = "Broken nested tuplets avoid each other correctly. 5 texidoc = "Broken nested tuplets avoid each other correctly.
6 " 6 "
7 } 7 }
8 8
9 \paper { 9 \paper {
10 ragged-right = ##t 10 ragged-right = ##t
11 indent = 0.0 11 indent = 0.0
12 } 12 }
13 13
14 \score { 14 \score {
15 \new Staff 15 \new Staff
16 << 16 <<
17 \relative c'' { 17 \relative c'' {
18 \override Score . Beam #'breakable = ##t 18 \override Score.Beam.breakable = ##t
19 19
20 r2 20 r2
21 21
22 \times 4/3 { 22 \times 4/3 {
23 \times 2/3 { c8[ c c] } 23 \times 2/3 { c8[ c c] }
24 \times 2/3 { c8[ c c] } 24 \times 2/3 { c8[ c c] }
25 \times 2/3 { c8[ c c] } 25 \times 2/3 { c8[ c c] }
26 } 26 }
27 27
28 \times 4/3 { 28 \times 4/3 {
29 \times 2/3 { a8[ a a] } 29 \times 2/3 { a8[ a a] }
30 \times 2/3 { a8[ a a] } 30 \times 2/3 { a8[ a a] }
31 \times 2/3 { a8[ a a] } 31 \times 2/3 { a8[ a a] }
32 } 32 }
33 33
34 \override TupletNumber #'text = #tuplet-number::calc-fraction-text 34 \override TupletNumber.text = #tuplet-number::calc-fraction-text
35 \times 4/6 { 35 \times 4/6 {
36 \times 2/3 { 36 \times 2/3 {
37 a4 a a 37 a4 a a
38 } 38 }
39 \times 3/5 { 39 \times 3/5 {
40 a4 a a a a 40 a4 a a a a
41 } 41 }
42 a4 42 a4
43 } 43 }
44 r2 44 r2
45 } 45 }
46 { \repeat unfold 3 { s1 \break } } 46 { \repeat unfold 3 { s1 \break } }
47 >> 47 >>
48 \layout { 48 \layout {
49 \context { 49 \context {
50 \Voice \remove "Forbid_line_break_engraver" 50 \Voice \remove "Forbid_line_break_engraver"
51 } 51 }
52 } 52 }
53 } 53 }
LEFTRIGHT

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