]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / ottava-broken.ly
index 1b6b12afe56554cec15b7a024aae3a08a7e877dd..a22f29d64868adebca7a2501054ff1e8f7bd0a21 100644 (file)
@@ -3,23 +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.  The dashed line runs until
+the end of the line (regardless of prefatory matter).
+"
 
 }
-\version "2.1.7"
 
+\version "2.14.0"
 
-\paper { raggedright = ##t} 
-\score {
-  \notes\relative c''' \notes {
-  a2 b
-  #(set-octavation 1)
-  a2 b \break c''1 \break
-  a
-  #(set-octavation 0)
-  g,,2 b c a 
-}
+
+\layout { ragged-right = ##t }
+\relative c'''  {
+    a2 b
+    \ottava #1
+    a2 b \time 3/4  \break c''2. \break
+    a
+    \ottava #0
+    g,,2 b4 c2 a4 
 }