]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staccato-pos.ly
*** empty log message ***
[lilypond.git] / input / regression / staccato-pos.ly
1
2 \version "2.6.0"
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
14 \context Voice \relative c' {
15   e'4-. f-. g-. d-. c-. b-.
16   \stemDown
17   e,-. d-. c-. b-. a-. g-.    
18 }
19 \layout {
20   raggedright = ##t
21 }  
22
23