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

Side by Side Diff: Documentation/snippets/pitches-headword.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.16.0" 7 \version "2.17.6"
8 8
9 \header { 9 \header {
10 lsrtags = "headword" 10 lsrtags = "headword"
11 11
12 texidoc = " 12 texidoc = "
13 Piches headword 13 Piches headword
14 14
15 " 15 "
16 doctitle = "Pitches headword" 16 doctitle = "Pitches headword"
17 } % begin verbatim 17 } % begin verbatim
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ds'4 60 ds'4
61 | 61 |
62 \clef treble 62 \clef treble
63 <e' gs>4 %) 63 <e' gs>4 %)
64 r4 r2 64 r4 r2
65 } 65 }
66 66
67 % RH Voice 2 67 % RH Voice 2
68 \new Voice { 68 \new Voice {
69 \voiceTwo 69 \voiceTwo
70 \override Staff.DynamicLineSpanner #'staff-padding = #2.5 70 \override Staff.DynamicLineSpanner.staff-padding = #2.5
71 <e'' b'>2 \p 71 <e'' b'>2 \p
72 <ds'' a'>4 72 <ds'' a'>4
73 <cs'' gs'>4 73 <cs'' gs'>4
74 | 74 |
75 <bs' fs'>2 75 <bs' fs'>2
76 e'2 76 e'2
77 | 77 |
78 \once \override TextScript #'staff-padding = #2.5 78 \once \override TextScript.staff-padding = #2.5
79 <b'! a'>2 _ \markup \italic { cresc. } 79 <b'! a'>2 _ \markup \italic { cresc. }
80 b'4 80 b'4
81 <e'' cs''>4 81 <e'' cs''>4
82 | 82 |
83 b'2. ( \sf \> 83 b'2. ( \sf \>
84 a'4 ) 84 a'4 )
85 \clef bass 85 \clef bass
86 | \break 86 | \break
87 s1 \p 87 s1 \p
88 | 88 |
89 s1 89 s1
90 | 90 |
91 <gs e>4 ( 91 <gs e>4 (
92 <a fs>2. ) 92 <a fs>2. )
93 | 93 |
94 s4 94 s4
95 r4 r2 95 r4 r2
96 } 96 }
97 97
98 >> 98 >>
99 99
100 % LH Staff 100 % LH Staff
101 \new Staff { 101 \new Staff {
102 \override Staff.SustainPedalLineSpanner #'staff-padding = #5 102 \override Staff.SustainPedalLineSpanner.staff-padding = #5
103 <gs' e'>2 ( \sustainOn 103 <gs' e'>2 ( \sustainOn
104 <fs' ds' b>4 \sustainOff 104 <fs' ds' b>4 \sustainOff
105 <e' cs'>4 105 <e' cs'>4
106 | 106 |
107 <ds' bs gs>2 107 <ds' bs gs>2
108 <cs' a>2 ) \sustainOn 108 <cs' a>2 ) \sustainOn
109 | 109 |
110 \clef bass 110 \clef bass
111 \slurDown 111 \slurDown
112 <ds' b! a fs>2 ( \sustainOff 112 <ds' b! a fs>2 ( \sustainOff
(...skipping 23 matching lines...) Expand all
136 <ds bs, gs,>2 136 <ds bs, gs,>2
137 <cs a,>2 ) \sustainOn 137 <cs a,>2 ) \sustainOn
138 | 138 |
139 <b,! b,,!>1 ( \sustainOff 139 <b,! b,,!>1 ( \sustainOff
140 | 140 |
141 <e e,>4 ) 141 <e e,>4 )
142 r4 r2 142 r4 r2
143 } 143 }
144 144
145 >> 145 >>
OLDNEW

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