]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-arrows.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / markup-arrows.ly
1
2 \header {
3   texidoc = "The feta font has arrow heads"
4 }
5
6 \lyrics {
7   \markup {
8
9     \arrow-head #X #RIGHT ##t
10     " "
11     \arrow-head #X #LEFT  ##t
12     " "
13     \arrow-head #Y #RIGHT ##t
14     " "
15     \arrow-head #Y #LEFT  ##t
16     " "
17
18     
19     \arrow-head #X #RIGHT ##f
20     " "
21     \arrow-head #X #LEFT  ##f
22     " "
23     \arrow-head #Y #RIGHT ##f
24     " "
25     \arrow-head #Y #LEFT  ##f
26   }
27 }
28
29 \version "2.16.0"