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

Side by Side Diff: input/regression/grob-indirect-tweak.ly

Issue 6219047: Issue 2539: Redocument tweak (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Rebase to issue 2540 (regtests and display routines) Created 12 years, 11 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/display-lily-tests.ly ('k') | lily/tweak-engraver.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 \header
2 {
3
4 texidoc = "With the full form of the @code{\\tweak} function,
5 individual grobs that are indirectly caused by events may be tuned."
6
7 }
8
9 \version "2.15.39"
10 \paper {
11 ragged-right = ##t
12 }
13
14 \relative c''
15 {
16 <
17 \tweak Accidental #'color #red cis4
18 \tweak Accidental #'color #green es
19 g
20 >4
21 }
OLDNEW
« no previous file with comments | « input/regression/display-lily-tests.ly ('k') | lily/tweak-engraver.cc » ('j') | no next file with comments »

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