You don’t need another staff-size:
```
\version "2.21.0"
\paper {
indent = 10\cm
}
<<
\new Staff << d' \\ <c' a> >>
\new Staff <a' b'>
>>
```
Alternatively, you can keep the default indent and `#(set-global-staffsize 9)`.
---
** [issues:#5540] clash between staves**
**Status:** New
**Created:** Mon Jul 22, 2019 01:00 PM UTC by Werner LEMBERG
**Last Updated:** Mon Jul 22, 2019 01:00 PM UTC
**Owner:** nobody
**Attachments:**
-
[staff-clash.png](https://sourceforge.net/p/testlilyissues/issues/5540/attachment/staff-clash.png)
(6.0 kB; image/png)
[lilypond git 49f41bf1c64ae1e2490571e73a85cbc4b2a9fb27]
The example below exhibits a clash between staves. It's easy to circumvent,
but it definitely shouldn't happen, since it gets triggered by non-musical
parameters. Maybe a rounding issue?
~~~~
% Sizes 17 and 18 also cause a clash.
#(set-global-staff-size 16)
\paper {
% Commenting out this line removes the clash;
% values like 5cm and larger also remove the clash.
indent = 4\cm
}
% The notes below trigger the clash;
% I wasn't successful in simplifying it more.
<<
\relative c' {
d2 d4 d |
d8.[ d16] << { d4 } \\ { <a c> } >>
}
\relative c' {
e2 e4 e |
e4 <d b'>
}
>>
~~~~
---
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