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

Delta Between Two Patch Sets: input/regression/fret-diagrams-xo-label.ly

Issue 331820043: Allow quoted strings as Scheme arguments to markup commands (Closed)
Left Patch Set: Created 7 years, 6 months ago
Right Patch Set: Run makelsr.py for fixing a few \version statements Created 7 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-string-frets.ly ('k') | input/regression/harp-pedals.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.17.6" 1 \version "2.21.0"
2 2
3 \header { 3 \header {
4 texidoc=" 4 texidoc="
5 The size, spacing, and symbols used to indicate open and muted strings 5 The size, spacing, and symbols used to indicate open and muted strings
6 can be changed. 6 can be changed.
7 7
8 " 8 "
9 } 9 }
10 10
11 \layout { ragged-right = ##t } 11 \layout { ragged-right = ##t }
12 12
13 << 13 <<
14 \chords { 14 \chords {
15 d1 | 15 d1 |
16 d1 | 16 d1 |
17 d1 17 d1
18 } 18 }
19 19
20 \new Voice { 20 \new Voice {
21 \textLengthOn 21 \textLengthOn
22 22
23 %% D major for guitar, terse style 23 %% D major for guitar, terse style
24 d'1 ^\markup { 24 d'1 ^\markup {
25 \fret-diagram-terse #"x;x;o;2-1;3-2;2-3;"} 25 \fret-diagram-terse "x;x;o;2-1;3-2;2-3;"}
26 26
27 %% D major for guitar, terse style 27 %% D major for guitar, terse style
28 \once \override TextScript.fret-diagram-details.top-fret-thickness = #5 28 \once \override TextScript.fret-diagram-details.top-fret-thickness = #5
29 \once \override TextScript.fret-diagram-details.xo-font-magnification = #0.3 29 \once \override TextScript.fret-diagram-details.xo-font-magnification = #0.3
30 d'1 ^\markup { 30 d'1 ^\markup {
31 \fret-diagram-terse #"x;x;o;2-1;3-2;2-3;"} 31 \fret-diagram-terse "x;x;o;2-1;3-2;2-3;"}
32 32
33 %% D major for guitar, terse style 33 %% D major for guitar, terse style
34 \override TextScript.fret-diagram-details.mute-string = #"M" 34 \override TextScript.fret-diagram-details.mute-string = #"M"
35 \override TextScript.fret-diagram-details.open-string = #"*" 35 \override TextScript.fret-diagram-details.open-string = #"*"
36 \override TextScript.fret-diagram-details.xo-padding = #0.5 36 \override TextScript.fret-diagram-details.xo-padding = #0.5
37 d'1 ^\markup { 37 d'1 ^\markup {
38 \fret-diagram-terse #"x;x;o;2-1;3-2;2-3;"} 38 \fret-diagram-terse "x;x;o;2-1;3-2;2-3;"}
39 39
40 } 40 }
41 >> 41 >>
42 42
43 43
LEFTRIGHT

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