lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4028 in lilypond: Automatic beaming of grace notes


From: lilypond
Subject: [Lilypond-auto] Issue 4028 in lilypond: Automatic beaming of grace notes inhibits beam subdivision
Date: Fri, 25 Jul 2014 09:27:06 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4028 by address@hidden: Automatic beaming of grace notes inhibits beam subdivision
http://code.google.com/p/lilypond/issues/detail?id=4028

In the example below, the first group of beamed notes is incorrectly beamed: this seems to be caused by the automatic beaming logic got grace notes: beaming them manually, or only a single grace note causes the problem to disappear. Subsequent beams work OK.

music = \new Staff {
  \time 2/4

  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1/8)
  \set beatStructure = #'(2 2)

  \relative e' {
    \tuplet 3/2 {\grace {c16  d} e8 f16} g16 a16  b8 b |
    \tuplet 3/2 {\grace {c,16 d} e8 f16} g16 a16  b8 b |
  }
}

\score {
  \music
}


Attachments:
        SubBeam.png  5.3 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]