]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staccato-pos.ly
more conversion for dash-change.
[lilypond.git] / input / regression / staccato-pos.ly
1
2 \version "2.7.32"
3
4 \header{
5
6   texidoc=" The staccato dot (and all scripts with follow-into-staff
7 set) must not be on staff lines. The staccato dot is close to the
8 notehead. If the head is in a space, then the dot is in the space next
9 to it.  "
10
11 }
12
13 \layout {
14   ragged-right = ##t
15 }
16
17
18 \context Voice \relative c' {
19   e'4-. f-. g-. d-. c-. b-.
20   \stemDown
21   e,-. d-. c-. b-. a-. g-.    
22 }
23   
24
25