]> 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 5c16a4abc976e2e7be5584712f299eec5d772bda..7d011695449616005ace50c2f5bf3ce8cdccf0d7 100644 (file)
@@ -10,16 +10,16 @@ the end of the line (regardless of prefatory matter).
 
 }
 
-\version "2.10.0"
+\version "2.19.21"
 
 
 \layout { ragged-right = ##t }
-\relative c'''  {
-    a2 b
-    #(set-octavation 1)
+\relative  {
+    a''2 b
+    \ottava #1
     a2 b \time 3/4  \break c''2. \break
     a
-    #(set-octavation 0)
+    \ottava #0
     g,,2 b4 c2 a4 
 }