]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
(print): always start from right edge of
[lilypond.git] / input / regression / ottava-broken.ly
index 7a6599092dabfd176865c362cd872d196b1691eb..37744a3fd45bb65304763b8d328f6df17e74c2fc 100644 (file)
@@ -1,23 +1,25 @@
 
+
 \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 "1.7.19"
 
+\version "2.3.4"
 
-\paper { raggedright = ##t} 
-\score {
-  \notes\relative c''' \notes {
-  a2 b
-  #(set-octavation 1)
-  a2 b \break c a
-  #(set-octavation 0)
-  a b c a 
-}
+
+\paper { raggedright = ##t }
+\relative c'''  {
+    a2 b
+    #(set-octavation 1)
+    a2 b \time 3/4  \break c''2. \break
+    a
+    #(set-octavation 0)
+    g,,2 b4 c2 a4 
 }