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

Side by Side Diff: input/regression/beam-feather.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/
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:
View unified diff | Download patch
« no previous file with comments | « input/regression/beam-extreme.ly ('k') | input/regression/beam-feather-breaking.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 \header { 1 \header {
2 2
3 texidoc = "Specifying @code{grow-direction} on a beam, will cause 3 texidoc = "Specifying @code{grow-direction} on a beam, will cause
4 feathered beaming. The @code{\\featherDurations} function can be used 4 feathered beaming. The @code{\\featherDurations} function can be used
5 to adjust note durations." 5 to adjust note durations."
6 ·· 6 ··
7 } 7 }
8 8
9 \version "2.16.0" 9 \version "2.17.6"
10 10
11 \paper { 11 \paper {
12 ragged-right = ##t 12 ragged-right = ##t
13 indent = #0.0 13 indent = #0.0
14 } 14 }
15 15
16 % 16 %
17 % Unfortunately this quickly bumps into overflow problems. Should use 17 % Unfortunately this quickly bumps into overflow problems. Should use
18 % a linear decrease instead? 18 % a linear decrease instead?
19 % 19 %
20 20
21 \featherDurations #(ly:make-moment 3 4) \relative c'' { 21 \featherDurations #(ly:make-moment 3 4) \relative c'' {
22 \override Beam #'grow-direction = #LEFT 22 \override Beam.grow-direction = #LEFT
23 c16[ 23 c16[
24 c c c 24 c c c
25 c c c c ]· 25 c c c c ]·
26 } 26 }
OLDNEW
« no previous file with comments | « input/regression/beam-extreme.ly ('k') | input/regression/beam-feather-breaking.ly » ('j') | no next file with comments »

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