]> git.donarmstrong.com Git - lilypond.git/blob - input/test/trill.ly
patch::: 1.5.2.jcn1
[lilypond.git] / input / test / trill.ly
1 \version "1.5.2"
2
3 \header {
4 texidoc="show trill line type"
5 }
6
7 \paper { linewidth = -1. } 
8
9 \score {
10   \context RhythmicStaff \notes {
11     \stemDown
12     \property Voice.Stem \override #'transparent = ##t
13     \property Voice.TextSpanner \set #'type = #'dotted-line
14     \property Voice.TextSpanner \set #'edge-height = #'(0 . 1.5)
15     \property Voice.TextSpanner \set #'edge-text = #'("8va " . "")
16     a\spanrequest \start "text" b c a \spanrequest \stop "text"
17
18     %\property Voice.TextSpanner \set #'font-family = #'music
19     \property Voice.TextSpanner \set #'type = #'trill
20     \property Voice.TextSpanner \set #'edge-height = #'(0 . 0)
21     \property Voice.TextSpanner \set #'edge-text = #'((line (music "scripts-trill") " ") . "")
22     a\spanrequest \start "text" b c a \spanrequest \stop "text"
23   }
24   \paper { }  
25 }