lilypond-user
[Top][All Lists]
Advanced

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

How to suppress incompatible stem head warnings ... for typographic flag


From: Trevor Bača
Subject: How to suppress incompatible stem head warnings ... for typographic flags?
Date: Mon, 20 Aug 2007 11:16:30 -0500

Hi,

The following snippet does exactly what I want it to (by adding two
flags to the third note) but generates some warnings.


%%% BEGIN TYPOGRAPHIC FLAGS EXAMPLE %%%

\version "2.11.30"

\new Staff {
   c'4
   c'4
   \once \override Stem #'duration-log = #4
   c'4
   c'4
}

%%% END %%%

GNU LilyPond 2.11.30
Processing `0141.ly'
Parsing...
Interpreting music...
0141.ly:7:3: warning: adding note head to incompatible stem (type = 16)

   c'4
0141.ly:7:3: warning: maybe input should specify polyphonic voices

   c'4
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `0141.ps'...
Converting to `0141.pdf'...



QUESTION: Any way to suppress the warnings?



-- 
Trevor Bača
address@hidden

Attachment: typographic-flags.png
Description: PNG image


reply via email to

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