Re: Completion_heads_engraver and dotted breve

2015-05-01 Thread Ralph Palmer
On Mon, Apr 27, 2015 at 4:05 AM, Simon Albrecht simon.albre...@mail.de
wrote:

 Hello,

 Completion_heads_engraver doesn’t use dotted breve notes for its output,
 where smaller note values work as expected.

 Thanks, Simon

 Thanks, Simon. Submitted as Issue 4362 :
https://code.google.com/p/lilypond/issues/detail?id=4362

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


Completion_heads_engraver and dotted breve

2015-04-27 Thread Simon Albrecht

Hello,

Completion_heads_engraver doesn’t use dotted breve notes for its output, 
where smaller note values work as expected.


Thanks, Simon
\version 2.19.17
#(ly:set-option 'point-and-click #f)
\paper { #(set-paper-size a8 'landscape) indent = 0 }
\header { tagline = ##f }

\new Voice 
  { c'\breve*7/4 \break
c'\longa*7/4 }
  { \time 3/2 s1. \time 4/2 s\breve
\time 3/1 s\breve. \time 4/1 s\longa }

\layout {
  \context {
\Voice
\remove Note_heads_engraver
\consists Completion_heads_engraver
  }
}


completion-heads-dotted-breve.pdf
Description: Adobe PDF document
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond