lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5540 clash be


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5540 clash between staves
Date: Wed, 07 Aug 2019 08:17:25 -0000


[issues:#5540] clash between staves

Status: Accepted
Created: Mon Jul 22, 2019 01:00 PM UTC by Werner LEMBERG
Last Updated: Wed Jul 24, 2019 12:41 PM UTC
Owner: nobody
Attachments:

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