bug-lilypond
[Top][All Lists]
Advanced

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

Note_column programming errors


From: Dan Eble
Subject: Note_column programming errors
Date: Sat, 6 Sep 2014 18:04:56 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.
% 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 } }
    >>
  >>
}





reply via email to

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