lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4094 in lilypond: Note_column programming errors


From: lilypond
Subject: [Lilypond-auto] Issue 4094 in lilypond: Note_column programming errors
Date: Sat, 06 Sep 2014 20:40:05 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4094 by address@hidden: Note_column programming errors
https://code.google.com/p/lilypond/issues/detail?id=4094

Reported by Dan Eble:

% This sample produces these warnings:
%   programming error: note column without heads and stem
%   programming error: Note_column without first_head()
%
% If this deserves a ticket, please create one.
% I intend to try to fix it myself.
\version "2.19.13"

\layout {
  \context {
    \Staff
    \accepts "HiddenVoice"
  }

  \context {
    \name "HiddenVoice"
    \type "Engraver_group"
    \consists "Note_heads_engraver"
    \hide NoteHead
  }
}

\score {
  <<
    \new Staff <<
      \new Voice { \relative c'' { c4 r4 } }
      \new HiddenVoice { \relative c' { a4. g8 } }
    >>
  >>
}

See also Rietveld Issue 141190043: Check for Note_column interface before using grob.


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