]> git.donarmstrong.com Git - lilypond.git/commitdiff
TextSpanner: start to the right of front matter at line-breaks
authorKeith OHara <k-ohara5a5a@oco.net>
Sat, 14 Jul 2012 08:01:28 +0000 (01:01 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sun, 22 Jul 2012 19:48:32 +0000 (12:48 -0700)
issue 2655

input/regression/text-spanner-full-rest.ly
scm/define-grobs.scm

index 97e5be904b2f293f5c4e784db89d56cdd617ee81..615555a496b423eddc07c8dea721c277b6c581b5 100644 (file)
@@ -1,12 +1,13 @@
 \version "2.15.2"
 
 \header {
-  texidoc = "Text spanners ending on full-measure rests do
-not stop prematurely on preceding note heads."
+  texidoc = "Text spanners ending on, or broken across, full-measure
+rests extend to the rests, or over the rests, as appropriate."
 }
 
+\layout { ragged-right = ##t }
+
 \relative c'' {
-  a1\startTextSpan
-  b1
-  R1\stopTextSpan
+  a1\startTextSpan b1 R1 \break
+  \tempo "tempo" R1 a1 b1 R1\stopTextSpan
 }
index 32f68f5a509a8e4343b53d42d61a39fc3b3ff6e8..76f578ab4a2a1f0e106da4931fad1540238d8a04 100644 (file)
                                   (padding . 0.25)
                                   (attach-dir . ,LEFT)
                                   ))
-                         (left-broken . ((end-on-note . #t)))
+                         (left-broken . ((attach-dir . ,RIGHT)))
                          (right . ((Y . 0)
                                    (padding . 0.25)
                                    ))