]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava-broken.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / ottava-broken.ly
index 041138944349e41b918d64945188e254f011b249..7d011695449616005ace50c2f5bf3ce8cdccf0d7 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.36"
 
+\version "2.19.21"
 
-\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  {
+    a''2 b
+    \ottava #1
+    a2 b \time 3/4  \break c''2. \break
+    a
+    \ottava #0
+    g,,2 b4 c2 a4 
 }