lilypond-user
[Top][All Lists]
Advanced

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

Re: Console warning "rhythmic head is not part of a rhythmic column"


From: Eluze
Subject: Re: Console warning "rhythmic head is not part of a rhythmic column"
Date: Mon, 18 Feb 2013 02:00:02 -0800 (PST)

Robert Schmaus wrote
> Hi everybody,
> 
> I've created a new context using & slightly changing the example given 
> in 
> http://lilypond.org/doc/v2.16/Documentation/notation/defining-new-contexts
> The code works in principle - however, I get a warning "rhythmic head is 
> not part of a rhythmic column" for each note within that context. 
> Actually, the same warning appears when I compile that example from the 
> documentation.
> 
> Is this something I just have to live with or is there something I 
> can/should do to prevent those warnings?
> 
> 
> PS: Here's the code from the documentation, so you don't have to copy it 
> together again:
> 
> 
> \version "2.16.0"
> 
> fragment = \relative c'' {
>    a4 d8 bes8
>    \new ImproVoice {
>      c4^"ad lib" c
>      c4 c^"undress"
>      c c_"while playing :)"
>    }
>    a1
> }
> 
> 
> \score {
> 
>       \new Staff \new Voice \fragment 
>       
>       \layout{
>               \context {
>                         \name ImproVoice
>                         \type "Engraver_group"
>                         \consists "Note_heads_engraver"
>                         \consists "Text_engraver"
>                         \consists "Pitch_squash_engraver"
>                         squashedPosition = #0
>                         \override NoteHead #'style = #'slash
>                         \override Stem #'transparent = ##t
>                         \override Flag #'transparent = ##t
>                         \alias Voice
>               }
>               \context {
>                         \Staff
>                         \accepts ImproVoice
>               }
>       }
> }

the Rhythmic_column_engraver seems missing - if you add it

\consists "Rhythmic_column_engraver"

is your output correct and you get rid of the warnings?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Console-warning-rhythmic-head-is-not-part-of-a-rhythmic-column-tp141073p141119.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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