]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-ottava.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / clef-ottava.ly
index 6556bb351621da7a4a9244bdbf562da5ccd0a080..a277e253e5d27e616a684723038944a2b3c0c872 100644 (file)
@@ -5,21 +5,21 @@
 but they don't confuse one another."
 }
 
-\version "2.11.51"
+\version "2.12.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
 }