]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / ottava-broken.ly
index 2981fee834ce9105e162b311ab1b7b39d1d766d9..30f4c57016fe12ec5ed06c48ec3934b8bd4f0ba0 100644 (file)
@@ -10,16 +10,16 @@ the end of the line (regardless of prefatory matter).
 
 }
 
-\version "2.6.0"
+\version "2.16.0"
 
 
-\layout { raggedright = ##t }
+\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 
 }