lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1505 di


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1505 discussion
Date: Thu, 24 Dec 2015 12:09:10 +0000

Diff:

--- old
+++ new
@@ -2,24 +2,35 @@

 *Originally created by:* address@hidden(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.

[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:

Originally created by: *anonymous

Originally created by: address@hidden

\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 address@hidden 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
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]