]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / ottava-broken.ly
index 7a6599092dabfd176865c362cd872d196b1691eb..1783cfa34483ab66a16668e9687a76e8dad929bc 100644 (file)
@@ -1,13 +1,14 @@
 
+
 \header
 {
     
-texidoc = "Ottava brackets behave properly at line breaks: no vertical
-line, and the horizontal line doesn't stick out."
+texidoc = "At line breaks, ottava brackets have no vertical line and 
+their horizontal line does not stick out."
 
 
 }
-\version "1.7.19"
+\version "2.1.30"
 
 
 \paper { raggedright = ##t} 
@@ -15,9 +16,10 @@ line, and the horizontal line doesn't stick out."
   \notes\relative c''' \notes {
   a2 b
   #(set-octavation 1)
-  a2 b \break c a
+  a2 b \break c''1 \break
+  a
   #(set-octavation 0)
-  a b c a 
+  g,,2 b c a 
 }
 }