]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
* lily/beam-quanting.cc (score_forbidden_quants): remove
[lilypond.git] / input / regression / ottava-broken.ly
index 29c1baa7d907946bccf10ff7026b65853989e19a..e03b138e123dbfd523969f642df06db0b61f2cd3 100644 (file)
@@ -1,24 +1,25 @@
-#(ly:set-option 'old-relative)
+
 
 \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.0"
+\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 
 }
 }