]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / ottava-broken.ly
index b85663bacbf2a945dd9a77564dd7217ffd2f9f59..30f4c57016fe12ec5ed06c48ec3934b8bd4f0ba0 100644 (file)
@@ -10,16 +10,16 @@ the end of the line (regardless of prefatory matter).
 
 }
 
-\version "2.7.39"
+\version "2.16.0"
 
 
 \layout { ragged-right = ##t }
 \relative c'''  {
     a2 b
-    #(set-octavation 1)
+    \ottava #1
     a2 b \time 3/4  \break c''2. \break
     a
-    #(set-octavation 0)
+    \ottava #0
     g,,2 b4 c2 a4 
 }