- **summary**: packed-spacing and \newSpacingSection lead to collision of dots 
and notes --> mid-bar \newSpacingSection leads to collisions
- Description has changed:

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)

~~~~

- Attachments has changed:

Diff:

~~~~

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

~~~~

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

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

~~~~
:::TeX
\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:

~~~~
:::TeX
\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:**

- 
[extra.png](https://sourceforge.net/p/testlilyissues/issues/2965/attachment/extra.png)
 (8.2 kB; image/png)
- 
[original.png](https://sourceforge.net/p/testlilyissues/issues/2965/attachment/original.png)
 (1.6 kB; image/png)


*Originally created by:* *anonymous

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

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

~~~~
:::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)


---

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