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

Delta Between Two Patch Sets: input/regression/tuplet-no-stems.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/tuplet-nest-broken.ly ('k') | input/regression/tuplet-number-outside-staff-positioning.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 = "Removing Stem_engraver doesn't cause crashes." 2 texidoc = "Removing Stem_engraver doesn't cause crashes."
3 } 3 }
4 4
5 5
6 \version "2.17.5" 6 \version "2.17.6"
7 7
8 \layout{ 8 \layout{
9 \context{ 9 \context{
10 \TabStaff 10 \TabStaff
11 \override TimeSignature stencil = ##f 11 \override TimeSignature.stencil = ##f
12 } 12 }
13 \context{ 13 \context{
14 \TabVoice 14 \TabVoice
15 \remove "Beam_engraver" 15 \remove "Beam_engraver"
16 \remove "Stem_engraver" 16 \remove "Stem_engraver"
17 \override TupletBracket number-visibility = ##f 17 \override TupletBracket.number-visibility = ##f
18 } 18 }
19 } 19 }
20 20
21 partition = { 21 partition = {
22 \times 2/3 { f8 g a } 22 \times 2/3 { f8 g a }
23 } 23 }
24 24
25 25
26 \new TabStaff { 26 \new TabStaff {
27 \partition 27 \partition
28 } 28 }
LEFTRIGHT

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