- Attachments has changed:

Diff:

~~~~

--- old
+++ new
@@ -1 +1,2 @@
 Hofman-page1.png (10.2 kB; image/png)
+Hofman-page2.png (9.9 kB; image/png)

~~~~




---

** [issues:#4852] Pianostaff vertical spacing wrong with cross-staff unbeamed 
tuplets**

**Status:** Accepted
**Created:** Thu May 12, 2016 09:10 AM UTC by Phil Holmes
**Last Updated:** Thu May 12, 2016 09:10 AM UTC
**Owner:** nobody
**Attachments:**

- 
[Hofman-page1.png](https://sourceforge.net/p/testlilyissues/issues/4852/attachment/Hofman-page1.png)
 (10.2 kB; image/png)
- 
[Hofman-page2.png](https://sourceforge.net/p/testlilyissues/issues/4852/attachment/Hofman-page2.png)
 (9.9 kB; image/png)


Rutger Hofman reported:

The lilypond program is included below. It sets the same line two times twice. 
The first time is OK. The second time, after the \break, makes the distance 
between the Staffs of the PianoStaff much too large. The second page repeats 
the same 2 lines, and the distance bug after the pageBreak is already 
triggered. This page shows that the spacing between PianoStaffs is unaware of 
the increased distance between the Staffs: unreadable because the PianoStaffs 
overlap.

Things to note:
- the first incantation works fine
- if the slur is removed, everything works fine
- if the tuplet is replaced with straight 8th notes, idem

I checked with version 2.18; the bug is identical.

~~~~
\paper {
     ragged-right = ##t
     ragged-bottom = ##t
}

rondoPiSU = \relative c'' {
     \time 2/4
     f,4( \tuplet 3/2 { e8) \change Staff = SU e,4 } \change Staff = ST |
}

\score {
     \new PianoStaff = PI <<
         \new Staff = ST {
             \rondoPiSU
             \break
             \rondoPiSU
             \pageBreak             
             \rondoPiSU
             \break
             \rondoPiSU
         }
         \new Staff = SU {
             \clef bass
             s2*4 |
         }
     >>
}
~~~~

Carl Sorenson added:

I believe this is a problem with cross-staff unbeamed tuplets.  Change the 
final e,4 to e,8 e and all works well.  But if we add \autoBeamOff, the same 
behavior is observed.



---

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.
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to