]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / staccato-pos.ly
index a1ccc13477448e779f3291452bc850d73dc80583..df275a688a340945312a125acc437e9463a2d990 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.16.0"
 
 \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 c'' { 
+    \voiceOne
+    g8-. a-. b-. c-. 
+    a-. b-. c-. d-. 
+    b8[-. a-. g b] 
+    e,-. f-. g-. a-. 
+    e-. g-. b-. d-.
+  }
+  \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-. 
+    }  
   }
-  \relative c'' {
-    \stemUp             
-    d-> c-> b-> a-> g-> f-> e-> d->
-    d'
-    d-. c-. b-. a-. g-. f-. e-. d-. 
-  }  
 }