]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
Web-ja: update introduction
[lilypond.git] / input / regression / staccato-pos.ly
index 68da7e545cfeb11fceb2b9bd13ddf02298db49c0..7c722250a7e7fe69ca7e18a52eeaeb3011001d3f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.19.21"
 
 \header{
 
   ragged-right = ##t
 }
 
-\context Voice {
-  \relative c' {
-    e'4-. f-. g-. d-. c-. b-.
-    \stemDown
-    e,-. d-. c-. b-. a-. g-.    
+{
+  \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-.    
+    }
+    \relative {
+      \stemUp           
+      d''-> c-> b-> a-> g-> f-> e-> d->
+      d'
+      d-. c-. b-. a-. g-. f-. e-. d-. 
+    }  
   }
-  \relative c'' {
-    \stemUp             
-    d-> c-> b-> a-> g-> f-> e-> d->
-    d'
-    d-. c-. b-. a-. g-. f-. e-. d-. 
-  }  
 }