]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-ottava.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / clef-ottava.ly
index d01e6c912ec9ee86275f739e8911f083bcb552dc..6ed391c542097b16b2deddcb3a021e0d1dc9bd78 100644 (file)
@@ -5,21 +5,21 @@
 but they don't confuse one another."
 }
 
-\version "2.11.36"
+\version "2.16.0"
 
 \layout { ragged-right = ##t} 
 
 \relative c''  {
   \clef "alto"
   a b c a
-  #(set-octavation 1)
+  \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
 }