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

2011-02-14 Thread lilypond

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

___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Subdivided beams are disregarded with \cueDuring

2011-02-14 Thread Dmytro O. Redchuk
On Tue 08 Feb 2011, 07:26 Øyvind Moe wrote:
  I'm not top posting.
 
 % Subdivided beams are disregarded with \cueDuring,
 % work as expected with \quoteDuring
 
 \version 2.13.48
The same in 2.13.50, added as 1515:
http://code.google.com/p/lilypond/issues/detail?id=1515

-- 
  Dmytro O. Redchuk
  Bug Squad

___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Subdivided beams are disregarded with \cueDuring

2011-02-07 Thread Øyvind Moe
 I'm not top posting.

% Subdivided beams are disregarded with \cueDuring,
% work as expected with \quoteDuring

\version 2.13.48

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
  }



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond