]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / ottava-broken.ly
index cadbdc04f94850aeaecdc49ae4f71bd1e9a50b5c..5c16a4abc976e2e7be5584712f299eec5d772bda 100644 (file)
@@ -3,23 +3,23 @@
 \header
 {
     
-texidoc = "At line breaks, ottava brackets have no vertical line and 
-their horizontal line does not 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.26"
 
+\version "2.10.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
+    #(set-octavation 1)
+    a2 b \time 3/4  \break c''2. \break
+    a
+    #(set-octavation 0)
+    g,,2 b4 c2 a4 
 }