- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -2,24 +2,35 @@
 
 *Originally created by:* 
[[email protected]](http://code.google.com/u/101609726059656965678/)
 
-\score \{
-\new Staff << \{ s1\*3 \break \} \relative c' \{
-s1\*2 \times 44/72 \{\crescTextCresc
-\bendAfter \#-3 ges4^\< s16 s s s s s s s
-\bendAfter \#-2 a4 s16 s s s s s s
-\bendAfter \#-1 b4 s16 s s s s s
-c4 s16 s s s s
-\bendAfter \#1 d4 s16 s s s
-\bendAfter \#2 e4 s16 s s
-\bendAfter \#4 f4 s16 s
-\bendAfter \#8 g4 s16
-\bendAfter \#16 a4\ff
-\}\} >>
-\layout \{
- \context \{
-   \Voice
-   \remove "Forbid\_line\_break\_engraver"
-   \override Beam \#'breakable = \#\#t
-\}\}\}
+~~~~
+:::TeX
+\score {
+  \new Staff <<
+    { s1*3 \break }
+    \relative c' {
+      s1*2
+      \times 44/72 {
+        \crescTextCresc
+        \bendAfter #-3 ges4^\< s16 s s s s s s s
+        \bendAfter #-2 a4 s16 s s s s s s
+        \bendAfter #-1 b4 s16 s s s s s
+        c4 s16 s s s s
+        \bendAfter #1 d4 s16 s s s
+        \bendAfter #2 e4 s16 s s
+        \bendAfter #4 f4 s16 s
+        \bendAfter #8 g4 s16
+        \bendAfter #16 a4\ff
+      }
+    }
+  >>
+  \layout {
+    \context {
+      \Voice
+      \remove "Forbid_line_break_engraver"
+      \override Beam #'breakable = ##t
+    }
+  }
+}
+~~~~
 
 The 3rd bendAfter is broken at the line end, with the remainder displayed at 
the beginning of the same line.

~~~~

- **Needs**:  -->  
- **Patch**:  -->  



---

** [issues:#1505] bendAfter not spanning line break properly**

**Status:** Accepted
**Created:** Sun Feb 06, 2011 08:40 PM UTC by Anonymous
**Last Updated:** Thu Dec 08, 2011 01:13 AM UTC
**Owner:** nobody
**Attachments:**

- 
[bendbug.png](https://sourceforge.net/p/testlilyissues/issues/1505/attachment/bendbug.png)
 (4.6 kB; image/png)


*Originally created by:* *anonymous

*Originally created by:* 
[[email protected]](http://code.google.com/u/101609726059656965678/)

~~~~
:::TeX
\score {
  \new Staff <<
    { s1*3 \break }
    \relative c' {
      s1*2
      \times 44/72 {
        \crescTextCresc
        \bendAfter #-3 ges4^\< s16 s s s s s s s
        \bendAfter #-2 a4 s16 s s s s s s
        \bendAfter #-1 b4 s16 s s s s s
        c4 s16 s s s s
        \bendAfter #1 d4 s16 s s s
        \bendAfter #2 e4 s16 s s
        \bendAfter #4 f4 s16 s
        \bendAfter #8 g4 s16
        \bendAfter #16 a4\ff
      }
    }
  >>
  \layout {
    \context {
      \Voice
      \remove "Forbid_line_break_engraver"
      \override Beam #'breakable = ##t
    }
  }
}
~~~~

The 3rd bendAfter is broken at the line end, with the remainder displayed at 
the beginning of the same line.


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to