Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / staccato-pos.ly
blob7f0d3210ee0a158abc87e999caee4d6cff0b0cd5
2 \version "2.10.0"
4 \header{
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. "
13 \layout {
14 ragged-right = ##t
18 \new Voice \relative c'' {
19 \voiceOne
20 g8-. a-. b-. c-.
21 a-. b-. c-. d-.
22 b8[-. a-. g b]
23 e,-. f-. g-. a-.
24 e-. g-. b-. d-.
26 \context Voice {
27 \relative c' {
28 e'4-. f-. g-. d-. c-. b-.
29 \stemDown
30 e,-. d-. c-. b-. a-. g-.
32 \relative c'' {
33 \stemUp
34 d-> c-> b-> a-> g-> f-> e-> d->
36 d-. c-. b-. a-. g-. f-. e-. d-.