]> git.donarmstrong.com Git - lilypond.git/blob - input/test/script-abbreviations.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / script-abbreviations.ly
1 \version "1.7.18"
2 % covered by refman.  delete.  -gp
3 \header { texidoc = "DELETE; covered by refman.
4 @cindex Script Abbreviations
5 Some scripts may be entered using an abbreviation. "
6 }
7
8 \score {
9     \notes \context Voice {
10       \property Voice.TextScript \set #'font-family = #'typewriter
11       \property Voice.TextScript \set #'font-shape = #'upright
12       c''4-._"c-."      s4
13       c''4--_"c-{}-"    s4
14       c''4-+_"c-+"      s4
15       c''4-|_"c-|"      s4
16       c''4->_"c->"      s4
17       c''4-^_"c-\\^{ }" s4
18       c''4-__"c-\_" s4      
19     }
20   }
21 %% new-chords-done %%