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 2965 di


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 2965 discussion
Date: Sat, 28 Sep 2019 12:09:17 -0000

Diff:

--- old
+++ new
@@ -4,9 +4,12 @@

 LilyPond forces 20 measures on one line so that the dot of the first note runs into the following note:

-\relative c' \{
-  \override Score.SpacingSpanner \#'packed-spacing = \#\#t
-  \repeat unfold  20 \{ c2. \newSpacingSection e4 \}
-\}
+~~~~
+:::TeX
+\relative c' {
+  \override Score.SpacingSpanner #'packed-spacing = ##t
+  \repeat unfold 20 { c2. \newSpacingSection e4 }
+}
+~~~~

-\(not sure if this is how \newSpacingSection should be applied, though\)
+(not sure if this is how \newSpacingSection should be applied, though)

Diff:

--- old
+++ new
@@ -0,0 +1,2 @@
+extra.png (8.2 kB; image/png)
+original.png (1.6 kB; image/png)

The two examples added by Alexander work perfectly fine with 2.19.83.
The original example still shows the bug:

\version "2.19.83"
\relative c' {
  \override Score.SpacingSpanner.packed-spacing = ##t
  \repeat unfold 20 { c2. \newSpacingSection e4 }
}

(see original.png)

But as this example shows, packed-spacing isn’t at the core of the problem, but any mid-bar use of \newSpacingSection will disable some collision control:

\version "2.19.83"
\relative {
  \accidentalStyle forget
  <cis' eis gis cis>2  \newSpacingSection  q
  s4. g'8  \newSpacingSection  <c d f>2
}

(see extra.png)


[issues:#2965] mid-bar \newSpacingSection leads to collisions

Status: Accepted
Created: Sat Nov 17, 2012 06:56 AM UTC by Anonymous
Last Updated: Thu Dec 20, 2012 06:00 PM UTC
Owner: nobody
Attachments:

Originally created by: *anonymous

Originally created by: Elu...@gmail.com

LilyPond forces 20 measures on one line so that the dot of the first note runs into the following note:

\relative c' {
  \override Score.SpacingSpanner #'packed-spacing = ##t
  \repeat unfold 20 { c2. \newSpacingSection e4 }
}

(not sure if this is how \newSpacingSection should be applied, though)


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]