bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1515 in lilypond: Subdivided beams are disregarded with \cueDuring


From: lilypond
Subject: Issue 1515 in lilypond: Subdivided beams are disregarded with \cueDuring
Date: Mon, 14 Feb 2011 11:12:21 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1515 by brownian.box: Subdivided beams are disregarded with \cueDuring
http://code.google.com/p/lilypond/issues/detail?id=1515

Reported by Ãyvind Moe, http://lists.gnu.org/archive/html/bug-lilypond/2011-02/msg00162.html :

%---------------8<-----------------------------
\version "2.13.50"

music = \relative c'' {
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1 8)
  c16 c c c
}
\addQuote music \music

<<
  \new Staff {
    \cueDuring #"music" #UP s4
  }
  \new Staff {
    \new CueVoice
    \quoteDuring #"music" s4
  }

%---------------8<-----------------------------

Attachments:
        test2.png  1.2 KB


reply via email to

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