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

Delta Between Two Patch Sets: input/regression/arpeggio.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/ambitus-gap.ly ('k') | input/regression/arpeggio-no-overshoot.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 \header{ 3 \header{
4 texidoc=" 4 texidoc="
5 Arpeggios are supported, both cross-staff and broken single staff. 5 Arpeggios are supported, both cross-staff and broken single staff.
6 " 6 "
7 } 7 }
8 8
9 \layout { ragged-right= ##t } 9 \layout { ragged-right= ##t }
10 10
11 11
12 \context PianoStaff <<· 12 \context PianoStaff <<·
13 \new Staff \relative c''{ 13 \new Staff \relative c''{
14 <fis, d a>\arpeggio 14 <fis, d a>\arpeggio
15 \arpeggioArrowUp 15 \arpeggioArrowUp
16 <fis d a >\arpeggio····· 16 <fis d a >\arpeggio·····
17 %%\override PianoStaff.SpanArpeggio #'connect = ##t 17 %%\override PianoStaff.SpanArpeggio.connect = ##t
18 \set PianoStaff.connectArpeggios = ##t 18 \set PianoStaff.connectArpeggios = ##t
19 <fis d a>\arpeggio 19 <fis d a>\arpeggio
20 } 20 }
21 \new Staff\relative c{ 21 \new Staff\relative c{
22 \clef bass 22 \clef bass
23 <g b d>\arpeggio 23 <g b d>\arpeggio
24 \arpeggioArrowDown 24 \arpeggioArrowDown
25 <g b d>\arpeggio 25 <g b d>\arpeggio
26 <g b d>\arpeggio 26 <g b d>\arpeggio
27 } 27 }
28 >> 28 >>
LEFTRIGHT

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