]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / ambitus.ly
index ea715f0e994e7baa093af712033fc926d2c2c9ad..12b84d5630aad1caf67e6bb5082a210f0f2ed61c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.47"
+\version "2.19.21"
 
 \header {
   texidoc = "Ambitus indicate pitch ranges for voices.
@@ -22,13 +22,13 @@ visible; the accidentals are prevented from colliding.
     \time 2/4
     c4 f'
   }
-  \new Staff \relative c' {
+  \new Staff \relative {
     \time  2/4
     \key d \major
-    cis as'
+    cis' as'
   }
-  \new Staff \relative c' {
+  \new Staff \relative {
     \time 2/4
-    c4 cis
+    c'4 cis
   }
 >>