lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4028 in lilypond: Automatic beaming of grace notes inhibits beam subdivision
Date: Thu, 04 Sep 2014 07:59:13 +0000

Updates:
        Owner: address@hidden

Comment #1 on issue 4028 by address@hidden: Automatic beaming of grace notes inhibits beam subdivision
https://code.google.com/p/lilypond/issues/detail?id=4028

While I can corroborate that either manual grace beaming or
\layout {
  \context {
    \Voice
    \remove "Grace_auto_beam_engraver"
  }
}
or both will do the trick, I have to wonder at including the grace notes in the triplet bracket.

Not saying that this isn't a bug, just that this way of triggering it seems not like a "real use case".

Here is an example that does away with several other settings in order to rule out that explicit property setting timing problems are involved:

music = \new Staff
{
  \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 |
    \tuplet 3/2 {\grace {c,16 d} e8 f16} g16 a16  b8 b
    \tuplet 3/2 {\grace {c,16 d} e8 f16} g16 a16  b8 b |
  }
}

\score {
  \music
  \layout {
    \context {
      \Voice
%      \remove "Grace_auto_beam_engraver"
    }
  }
}


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