]> git.donarmstrong.com Git - lilypond.git/blob - ly/spanners.ly
release: 1.3.43
[lilypond.git] / ly / spanners.ly
1
2
3 % 1st arg dynamic (louder/softer). 2nd arg spantype
4 cr = \spanrequest \start "crescendo"
5 decr = \spanrequest  \start "decrescendo"
6 rc = \spanrequest   \stop "crescendo"
7 rced = \spanrequest \stop "decrescendo"
8
9 %% urg, these don't work yet.
10 %% must set manually
11 xcresc = {
12 %\spanrequest \start "crescendo"
13 \property Voice.crescendoText = "cresc."
14 \property Voice.crescendoSpanner = "dashed"
15 }
16
17 xendcresc = {
18 %\spanrequest \start "crescendo"
19 \property Voice.crescendoText = ##f
20 \property Voice.crescendoSpanner = ##f
21 }
22
23 cresc = \spanrequest \start "crescendo"
24 endcresc = \spanrequest \stop "crescendo"
25
26 % better name sustainstart/stop? 
27 sustaindown = \spanrequest \start "sustain"
28 sustainup = \spanrequest \stop "sustain"
29
30 %crescpoco = \property Voice.crescendoText = "cresc. poco a poco"
31 %decresc = \property Voice.crescendoText = "decr."
32 %dim = \property Voice.crescendoText = "dim."