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

Delta Between Two Patch Sets: input/regression/slur-script.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/slur-scoring.ly ('k') | input/regression/slur-script-inside.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 \header { 2 \header {
3 3
4 texidoc = "A slur avoids collisions with scripts, which are placed 4 texidoc = "A slur avoids collisions with scripts, which are placed
5 either inside or outside the slur, depending on the script. The 5 either inside or outside the slur, depending on the script. The
6 slur responds appropriately if a script is moved." 6 slur responds appropriately if a script is moved."
7 } 7 }
8 8
9 \version "2.16.0" 9 \version "2.17.6"
10 \layout { 10 \layout {
11 indent = 0\mm 11 indent = 0\mm
12 ragged-right = ##t 12 ragged-right = ##t
13 } 13 }
14 \relative 14 \relative
15 { 15 {
16 b4-.( b-.) 16 b4-.( b-.)
17 \once \override Script #'padding = #1.5 17 \once \override Script.padding = #1.5
18 b-.( b-.) 18 b-.( b-.)
19 b_\downbow( b_\downbow) 19 b_\downbow( b_\downbow)
20 \once \override Script #'padding = #1.5 20 \once \override Script.padding = #1.5
21 b_\downbow( b_\downbow) 21 b_\downbow( b_\downbow)
22 } 22 }
LEFTRIGHT

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