]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staccato-pos.ly
Merge branch 'origin' into master-hanwen
[lilypond.git] / input / regression / staccato-pos.ly
1
2 \version "2.10.0"
3
4 \header{
5
6   texidoc=" Some scripts must have quantized postions. VErtical
7  position descend monotonously for a descending scale.  The staccato
8  dot is close to the notehead. If the head is in a space, then the dot
9  is in the space next to it.  "
10
11 }
12
13 \layout {
14   ragged-right = ##t
15 }
16
17 \context Voice {
18   \relative c' {
19     e'4-. f-. g-. d-. c-. b-.
20     \stemDown
21     e,-. d-. c-. b-. a-. g-.    
22   }
23   \relative c'' {
24     \stemUp              
25     d-> c-> b-> a-> g-> f-> e-> d->
26     d'
27     d-. c-. b-. a-. g-. f-. e-. d-. 
28   }  
29 }