]> git.donarmstrong.com Git - lilypond.git/blob - input/test/trill.ly
update syntax in .ly files.
[lilypond.git] / input / test / trill.ly
1 \version "1.7.6"
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#(ly:export (make-span-event 'TextSpanEvent START)) b c a #(ly:export (make-span-event 'TextSpanEvent STOP))
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#(ly:export (make-span-event 'TextSpanEvent START)) b c a #(ly:export (make-span-event 'TextSpanEvent STOP))
23   }
24   \paper { }  
25 }
26 %% new-chords-done %%