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

Delta Between Two Patch Sets: input/regression/fret-diagrams-landscape.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: 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/fret-diagrams-fret-label.ly ('k') | input/regression/fret-diagrams-opposing-landscape.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 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc=" 4 texidoc="
5 Fret diagrams can be presented in landscape mode. 5 Fret diagrams can be presented in landscape mode.
6 6
7 " 7 "
8 } 8 }
9 9
10 \layout { ragged-right = ##t } 10 \layout { ragged-right = ##t }
11 11
12 << 12 <<
13 \chords { 13 \chords {
14 c1 | 14 c1 |
15 c1 | 15 c1 |
16 c1 | 16 c1 |
17 c1 17 c1
18 } 18 }
19 19
20 \new Voice { 20 \new Voice {
21 \textLengthOn 21 \textLengthOn
22 \override TextScript #'fret-diagram-details 22 \override TextScript.fret-diagram-details.orientation = #'landscape
23 #'orientation = #'landscape
24 23
25 %% C major for guitar, regular style 24 %% C major for guitar, regular style
26 c'1 ^\markup { 25 c'1 ^\markup {
27 \fret-diagram #"6-x;5-3-3;4-2-2;3-o;2-1;1-o;"} 26 \fret-diagram #"6-x;5-3-3;4-2-2;3-o;2-1;1-o;"}
28 27
29 %% C major for guitar with barre on fret 3, regular style 28 %% C major for guitar with barre on fret 3, regular style
30 \once \override TextScript #'fret-diagram-details· 29 \once \override TextScript.fret-diagram-details.label-dir = #LEFT
31 #'label-dir = #LEFT 30 \once \override TextScript.fret-diagram-details.barre-type = #'straight
32 \once \override TextScript #'fret-diagram-details·
33 #'barre-type = #'straight
34 c' ^\markup { 31 c' ^\markup {
35 \fret-diagram· 32 \fret-diagram·
36 #"f:1;s:1.2;6-x;c:5-1-3;5-3-1;4-5-2;3-5-3;2-5-4;1-3-1;"} 33 #"f:1;s:1.2;6-x;c:5-1-3;5-3-1;4-5-2;3-5-3;2-5-4;1-3-1;"}
37 34
38 %% C major for guitar with two barres, regular style 35 %% C major for guitar with two barres, regular style
39 36
40 c' ^\markup { 37 c' ^\markup {
41 \fret-diagram· 38 \fret-diagram·
42 #"f:2;h:5;6-x;c:5-1-3;5-3-1;c:4-2-5;4-5-4;3-5-4;2-5-4;1-3-1;"} 39 #"f:2;h:5;6-x;c:5-1-3;5-3-1;c:4-2-5;4-5-4;3-5-4;2-5-4;1-3-1;"}
43 ··· 40 ···
44 %% C major for guitar, with capo· 41 %% C major for guitar, with capo·
45 c' ^\markup { 42 c' ^\markup {
46 \fret-diagram-verbose #'((mute 6) 43 \fret-diagram-verbose #'((mute 6)
47 (capo 3) 44 (capo 3)
48 (place-fret 4 5 1) 45 (place-fret 4 5 1)
49 (place-fret 3 5 2) 46 (place-fret 3 5 2)
50 (place-fret 2 5 3))} 47 (place-fret 2 5 3))}
51 48
52 } 49 }
53 >> 50 >>
54 51
55 52
LEFTRIGHT

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