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

Side by Side Diff: Documentation/snippets/defining-predefined-fretboards-for-other-instruments.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
OLDNEW
1 %% DO NOT EDIT this file manually; it is automatically 1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it 2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ , 3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py 4 %% and then run scripts/auxiliar/makelsr.py
5 %% 5 %%
6 %% This file is in the public domain. 6 %% This file is in the public domain.
7 \version "2.17.0" 7 \version "2.17.6"
8 8
9 \header { 9 \header {
10 lsrtags = "fretted-strings" 10 lsrtags = "fretted-strings"
11 11
12 texidoc = " 12 texidoc = "
13 Predefined fret diagrams can be added for new instruments in addition 13 Predefined fret diagrams can be added for new instruments in addition
14 to the standards used for guitar. This file shows how this is done by 14 to the standards used for guitar. This file shows how this is done by
15 defining a new string-tuning and a few predefined fretboards for the 15 defining a new string-tuning and a few predefined fretboards for the
16 Venezuelan cuatro. 16 Venezuelan cuatro.
17 17
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 87 }
88 \relative c'' { 88 \relative c'' {
89 \primeros 89 \primeros
90 } 90 }
91 } 91 }
92 92
93 \new FretBoards { 93 \new FretBoards {
94 \set Staff.stringTunings = #cuatroTuning 94 \set Staff.stringTunings = #cuatroTuning
95 % \override FretBoard 95 % \override FretBoard
96 % #'(fret-diagram-details string-count) = #'4 96 % #'(fret-diagram-details string-count) = #'4
97 \override FretBoard 97 \override FretBoard.fret-diagram-details.finger-code = #'in-dot
98 #'(fret-diagram-details finger-code) = #'in-dot
99 \primeros 98 \primeros
100 } 99 }
101 100
102 \new TabStaff \relative c'' { 101 \new TabStaff \relative c'' {
103 \set TabStaff.stringTunings = #cuatroTuning 102 \set TabStaff.stringTunings = #cuatroTuning
104 \primeros 103 \primeros
105 } 104 }
106 105
107 >> 106 >>
108 107
109 \layout { 108 \layout {
110 \context { 109 \context {
111 \Score 110 \Score
112 \override SpacingSpanner 111 \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1 16)
113 #'base-shortest-duration = #(ly:make-moment 1 16)
114 } 112 }
115 } 113 }
116 \midi { } 114 \midi { }
117 } 115 }
OLDNEW

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