]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
some useless statistics.
[lilypond.git] / input / regression / staccato-pos.ly
index 5805014b90bae57eb68c3fe5da8912f40e313ff4..9ad34f4fce388e3ae2089d55d0e16ed02f156171 100644 (file)
@@ -1,23 +1,29 @@
 
-\version "2.3.17"
+\version "2.7.39"
 
 \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.  "
 
 }
 
-\score { 
-    \context Voice \relative c' {
-       e'4-. f-. g-. d-. c-. b-.
-       \stemDown
-       e,-. d-. c-. b-. a-. g-.    
-    }
-    \paper {
-       raggedright = ##t
-    }  
+\layout {
+  ragged-right = ##t
 }
 
+\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-. 
+  }  
+}