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

Side by Side Diff: input/regression/staff-mixed-size.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/staff-line-positions.ly ('k') | input/regression/staff-tweak.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 = "Staves may be present in several sizes within a score. 3 texidoc = "Staves may be present in several sizes within a score.
4 This is achieved with an internal scaling factor. If the scaling factor is 4 This is achieved with an internal scaling factor. If the scaling factor is
5 forgotten in some places, objects generally become too thick or too 5 forgotten in some places, objects generally become too thick or too
6 large on smaller staves." 6 large on smaller staves."
7 7
8 } 8 }
9 9
10 \version "2.16.0" 10 \version "2.17.6"
11 11
12 \layout { 12 \layout {
13 ragged-right = ##t 13 ragged-right = ##t
14 } 14 }
15 15
16 melody = \relative c''' { 16 melody = \relative c''' {
17 \override DynamicText #'extra-offset = #'(0 . 3) 17 \override DynamicText.extra-offset = #'(0 . 3)
18 s1-\f c8[(\< r a g]) e[ r d( <f a>])\! \times 2/3 { d4 d d } 18 s1-\f c8[(\< r a g]) e[ r d( <f a>])\! \times 2/3 { d4 d d }
19 } 19 }
20 20
21 << 21 <<
22 \new Staff \with { 22 \new Staff \with {
23 fontSize = #-4 23 fontSize = #-4
24 \override StaffSymbol #'staff-space = #(magstep -4) 24 \override StaffSymbol.staff-space = #(magstep -4)
25 } { 25 } {
26 \melody 26 \melody
27 } 27 }
28 \new Staff { 28 \new Staff {
29 \melody 29 \melody
30 } 30 }
31 >> 31 >>
OLDNEW
« no previous file with comments | « input/regression/staff-line-positions.ly ('k') | input/regression/staff-tweak.ly » ('j') | no next file with comments »

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