]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
More collision tests.
[lilypond.git] / input / regression / ottava-broken.ly
index 7579bc7e3ea10963851f5c1d4fdc4bdcf8fc101a..e03b138e123dbfd523969f642df06db0b61f2cd3 100644 (file)
@@ -3,22 +3,23 @@
 \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.9.1"
+\version "2.3.4"
 
 
 \paper { raggedright = ##t} 
 \score {
-  \notes\relative c''' \notes {
+  \relative c'''  {
   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 
 }
 }