]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / staccato-pos.ly
index 322b8a0886ca89594e88abf8a74c8f725da446cd..68da7e545cfeb11fceb2b9bd13ddf02298db49c0 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.7.32"
+\version "2.10.0"
 
 \header{
 
-  texidoc=" The staccato dot (and all scripts with follow-into-staff
-set) must not be on staff lines. The staccato dot is close to the
-notehead. If the head is in a space, then the dot is in the space next
-to it.  "
+  texidoc=" Some scripts must have quantized postions. VErtical
+ position descend monotonously for a descending scale.  The staccato
+ dot is close to the notehead. If the head is in a space, then the dot
+ is in the space next to it.  "
 
 }
 
@@ -14,12 +14,16 @@ to it.  "
   ragged-right = ##t
 }
 
-
-\context Voice \relative c' {
-  e'4-. f-. g-. d-. c-. b-.
-  \stemDown
-  e,-. d-. c-. b-. a-. g-.    
+\context Voice {
+  \relative c' {
+    e'4-. f-. g-. d-. c-. b-.
+    \stemDown
+    e,-. d-. c-. b-. a-. g-.    
+  }
+  \relative c'' {
+    \stemUp             
+    d-> c-> b-> a-> g-> f-> e-> d->
+    d'
+    d-. c-. b-. a-. g-. f-. e-. d-. 
+  }  
 }
-  
-
-