]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtests: Make all tuplet brackets visible in spanner-break-overshoot.ly.
authorNeil Puttock <n.puttock@gmail.com>
Mon, 22 Mar 2010 22:21:25 +0000 (22:21 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 22 Mar 2010 22:21:25 +0000 (22:21 +0000)
input/regression/spanner-break-overshoot.ly

index 43953bbe65ea444610843e32a6140ec7c6cde723..0ffc6755a11e0257dd4906b416a63445841beb6e 100644 (file)
@@ -1,20 +1,18 @@
+\version "2.13.17"
 
 \header {
-
   texidoc = "The @code{break-overshoot} property sets the amount that
-a spanner (in this case: the beam) in case of a line break extends
-beyond the rightmost column and extends to the left beyond the
+a spanner (in this case: the beam and tuplet bracket) in case of a line
+break extends beyond the rightmost column and extends to the left beyond the
 prefatory matter."
-
 }
 
-\version "2.12.0"
-
 \paper { ragged-right = ##t }
 
 \relative c'' {
   \override Beam #'break-overshoot = #'(1.0 . 2.0)
   \override TupletBracket #'break-overshoot = #'(1.0 . 2.0)
+  \override TupletBracket #'bracket-visibility = ##t
   \override Beam #'breakable = ##t
   c2.. \times 2/3 { c8.[ \break c8.] }
 }