lilypond-user
[Top][All Lists]
Advanced

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

Re: Subbeaming and first measure grace notes


From: Phil Holmes
Subject: Re: Subbeaming and first measure grace notes
Date: Fri, 25 Jul 2014 10:27:24 +0100

----- Original Message ----- From: "David Kastrup" <address@hidden>
To: "Thomas Morley" <address@hidden>
Cc: "LilyPond Users" <address@hidden>; "Hans Aberg" <address@hidden>
Sent: Friday, July 25, 2014 9:42 AM
Subject: Re: Subbeaming and first measure grace notes


Thomas Morley <address@hidden> writes:

2014-07-24 0:33 GMT+02:00 Hans Aberg <address@hidden>:
Is this a bug in the example below? The grace notes inhibit the
called for subbeaming in the first measure; its OK in the following
measure, and also when adding \partial. One can take away the
triplet and replace with 1/16 notes.


----
\version "2.19.10"

\language "english"

music = \new Staff {
  \key e \minor

  \tempo 4 = 84
  \time 2/4

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

If you add manual beaming on the first graces, it works.
No clue why...

  \relative e' {
     \tuplet 3/2 {\grace {g16[ fs]} e8 fs16} g16 a16  b8 b |
    \tuplet 3/2 {\grace {g16 a} b8 c16} a16 c16  b8-. g8 |
  }
}

\score {
  \music
        \layout {}
}

I think that's worth an issue report.

--
David Kastrup

http://code.google.com/p/lilypond/issues/detail?id=4028

--
Phil Holmes



reply via email to

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