lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4740 Wrong be


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4740 Wrong beam subdivision when duration == baseMoment
Date: Wed, 31 Jul 2019 13:23:05 -0000

This is superseded by [#5547].


[issues:#4740] Wrong beam subdivision when duration == baseMoment

Status: Duplicate
Created: Mon Jan 11, 2016 11:44 AM UTC by Urs Liska
Last Updated: Mon Jan 11, 2016 11:44 AM UTC
Owner: Urs Liska
Attachments:

Beam subdivision behaves wrongly when the duration of a stem equals baseMoment.

The following example features two cases, one real-world example with mixed durations and one beam with regular notes.

\version "2.18.2"

\relative f' {
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1/16)
  g16 [ c ~ c64 b a g fis g a g ]

  \set baseMoment = #(ly:make-moment 1/32)
  g32 g g g g g g g
}

Expected behaviour:

First beam: The first two stems (16) should be connected with two beams, followed by a subdivision with one beam (during the tied note).

Second beam: sequence of 3-2-3-1-3-2-3 beams, exactly as if baseMoment was set to 1/16.

Actual behaviour with four versions:

First beam: Identically wrong with any version since 2.18.2.

Second beam:


I will consider this in the context of 4738


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]