]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
add vcs lines to debian/control
[lilypond.git] / input / regression / ottava-broken.ly
index 71eb3bbb90756b5ba54dc8a6e711c829ece083e0..a22f29d64868adebca7a2501054ff1e8f7bd0a21 100644 (file)
@@ -10,16 +10,16 @@ the end of the line (regardless of prefatory matter).
 
 }
 
-\version "2.7.13"
+\version "2.14.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 
 }