]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/script-abbreviations.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / manual / script-abbreviations.ly
1
2 % this chart is used in the manual too.
3
4 \version "2.7.39"
5 \header { texidoc = "@cindex Script Abbreviations
6
7 Some articulations may be entered using an abbreviation.
8
9 "
10           
11 }
12
13 \score {
14      \context Voice {
15       \override TextScript  #'font-family = #'typewriter
16       \override TextScript  #'font-shape = #'upright
17       c''4-._"c-."      s4
18       c''4--_"c--"      s4
19       c''4-+_"c-+"      s4
20       c''4-|_"c-|"      s4
21       c''4->_"c->"      s4
22       c''4-^_"c-^"      s4
23       c''4-__"c-_"      s4      
24     }
25   }
26