]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spanner-break-overshoot.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / spanner-break-overshoot.ly
index 43953bbe65ea444610843e32a6140ec7c6cde723..369c3cb81574f3b68cabea19a2d565d0027ec045 100644 (file)
@@ -1,20 +1,18 @@
+\version "2.14.0"
 
 \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.] }
 }