]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / ottava-broken.ly
index 00881ffa8a93c6d853c351ad5c7a92ba61e20f5d..f9263c7596ecb27471de48f6f4723ec129fee298 100644 (file)
@@ -10,16 +10,16 @@ the end of the line (regardless of prefatory matter).
 
 }
 
-\version "2.3.22"
+\version "2.12.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 
 }