]> 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 2981fee834ce9105e162b311ab1b7b39d1d766d9..7d011695449616005ace50c2f5bf3ce8cdccf0d7 100644 (file)
@@ -10,16 +10,16 @@ the end of the line (regardless of prefatory matter).
 
 }
 
-\version "2.6.0"
+\version "2.19.21"
 
 
-\layout { raggedright = ##t }
-\relative c'''  {
-    a2 b
-    #(set-octavation 1)
+\layout { ragged-right = ##t }
+\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 
 }