]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-ottava.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / clef-ottava.ly
index d01e6c912ec9ee86275f739e8911f083bcb552dc..776fb25b062825f71f0f111e3c58dad6ffe23c21 100644 (file)
@@ -5,21 +5,21 @@
 but they don't confuse one another."
 }
 
-\version "2.11.36"
+\version "2.19.21"
 
 \layout { ragged-right = ##t} 
 
-\relative c''  {
+\relative  {
   \clef "alto"
-  a b c a
-  #(set-octavation 1)
+  a' b c a
+  \ottava #1
   a b c a
   \clef "bass"
   a b c a
-  #(set-octavation 2)
+  \ottava #2
   a b c a
   \clef "treble"
-  #(set-octavation -1)
+  \ottava #-1
   a b c a
 }