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

Side by Side Diff: input/regression/clefs.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/clef-oct-visibility.ly ('k') | input/regression/cluster-style.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 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header{ 3 \header{
4 4
5 texidoc=" Clefs with @code{full-size-change} should be typeset in 5 texidoc=" Clefs with @code{full-size-change} should be typeset in
6 full size." 6 full size."
7 7
8 } 8 }
9 9
10 \layout{ 10 \layout{
11 ragged-right = ##t 11 ragged-right = ##t
12 } 12 }
13 13
14 14
15 {· 15 {·
16 \textLengthOn 16 \textLengthOn
17 \clef "treble" c'1^"treble" \bar "||" 17 \clef "treble" c'1^"treble" \bar "||"
18 \clef "french"c'1^"french" \bar "||" 18 \clef "french"c'1^"french" \bar "||"
19 \clef "soprano"c'1^"soprano" \bar "||" 19 \clef "soprano"c'1^"soprano" \bar "||"
20 \clef "mezzosoprano"c'1^"mezzosoprano" \bar "||" 20 \clef "mezzosoprano"c'1^"mezzosoprano" \bar "||"
21 \clef "alto"c'1^"alto" \bar "||" 21 \clef "alto"c'1^"alto" \bar "||"
22 \clef "tenor"c'1^"tenor" \bar "||" 22 \clef "tenor"c'1^"tenor" \bar "||"
23 \clef "baritone"c'1^"baritone" \bar "||" 23 \clef "baritone"c'1^"baritone" \bar "||"
24 \clef "varbaritone"c'1^"varbaritone" \bar "||" 24 \clef "varbaritone"c'1^"varbaritone" \bar "||"
25 \clef "bass"c'1^"bass" \bar "||" 25 \clef "bass"c'1^"bass" \bar "||"
26 \clef "subbass"c'1^"subbass" \bar "||" 26 \clef "subbass"c'1^"subbass" \bar "||"
27 \override Staff.Clef #'full-size-change = ##t· 27 \override Staff.Clef.full-size-change = ##t·
28 \clef "treble" c'1^"full-size-change = #t" \bar "|." 28 \clef "treble" c'1^"full-size-change = #t" \bar "|."
29 } 29 }
30 30
OLDNEW
« no previous file with comments | « input/regression/clef-oct-visibility.ly ('k') | input/regression/cluster-style.ly » ('j') | no next file with comments »

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