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

Delta Between Two Patch Sets: input/regression/lyric-tweak.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: unquote \accidentalStyle parameters, make and use symbol-list-or-symbol?, some amendments 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/lyric-hyphen-retain.ly ('k') | input/regression/lyrics-bar.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 \header 1 \header
2 { 2 {
3 texidoc = "The @code{\\tweak} function can be used in Lyrics." 3 texidoc = "The @code{\\tweak} function can be used in Lyrics."
4 } 4 }
5 5
6 \version "2.16.0" 6 \version "2.17.6"
7 \paper { 7 \paper {
8 ragged-right = ##t 8 ragged-right = ##t
9 } 9 }
10 10
11 \new Lyrics \lyricmode 11 \new Lyrics \lyricmode
12 { 12 {
13 \markup \raise #1 \rotate #30 One 4 13 \markup \raise #1 \rotate #30 One 4
14 \tweak #'extra-offset #'(0 . 2) fish, 14 \tweak extra-offset #'(0 . 2) fish,
15 \markup \raise #1 \rotate #-30 two fish, 15 \markup \raise #1 \rotate #-30 two fish,
16 \tweak #'color #red red fish, 16 \tweak color #red red fish,
17 \tweak #'color #blue blue fish. 17 \tweak color #blue blue fish.
18 } 18 }
LEFTRIGHT

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