]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
Web-ja: update introduction
[lilypond.git] / input / regression / staccato-pos.ly
index 908f27934bc2466d2151d623aa4d326267ab6298..7c722250a7e7fe69ca7e18a52eeaeb3011001d3f 100644 (file)
@@ -1,23 +1,39 @@
 
-\version "2.3.16"
+\version "2.19.21"
 
 \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-.    
+\layout {
+  ragged-right = ##t
+}
+
+{
+  \new Voice \relative { 
+    \voiceOne
+    g'8-. a-. b-. c-. 
+    a-. b-. c-. d-. 
+    b8[-. a-. g b] 
+    e,-. f-. g-. a-. 
+    e-. g-. b-. d-.
+  }
+  \context Voice {
+    \relative {
+      e''4-. f-. g-. d-. c-. b-.
+      \stemDown
+      e,-. d-. c-. b-. a-. g-.    
     }
-    \paper {
-       raggedright = ##t
+    \relative {
+      \stemUp           
+      d''-> c-> b-> a-> g-> f-> e-> d->
+      d'
+      d-. c-. b-. a-. g-. f-. e-. d-. 
     }  
+  }
 }
-