lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3888 in lilypond: lilypond hangs with Completion_h


From: lilypond
Subject: [Lilypond-auto] Issue 3888 in lilypond: lilypond hangs with Completion_heads_engraver
Date: Mon, 24 Mar 2014 20:37:45 +0000

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

New issue 3888 by address@hidden: lilypond hangs with Completion_heads_engraver
http://code.google.com/p/lilypond/issues/detail?id=3888

[release/2.19.3-1-1-g553729e]

The minimum example below makes lilypond hang.


\version "2.19.2"

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

A = {
  \time 12/8 \skip 4*9
  \time 3/4  \skip 2.
  \time 36/8 \skip 1*3
  \time 6/4
}

B = {
  c1. c1. c1.
  c1. c4 r8
}

\score {
  << \A \B >>
}


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