lilypond-devel
[Top][All Lists]
Advanced

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

Re: Another regression?


From: Keith OHara
Subject: Re: Another regression?
Date: Thu, 20 Jun 2013 15:53:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Phil Holmes <email <at> philholmes.net> writes:

> In the NR, 5.1.7 Context layout order, LilyPond up to 2.17.9 used to produce 
> the correct output.  After 2.17.11 it failed, and output the following error 
> messages:
> 

We get the old behavior if we ask ChordNames to stop trying to be a separate 
line
   \context { \ChordNames \remove Axis_group_engraver }
and maybe LilyPond should figure that out on her own.

But also, this example was hard for me to understand.  It was not obvious that 
\chords creates a ChordNames context, nor what chords are supposed to look like 
when they are 'accepted' by a Staff.

Maybe use an example with a grouping context like PianoStaff :

\score {
  \new PianoStaff <<
    \new Staff { d'1 b1 }
    \new Lyrics \lyricmode {la la }
    \new Staff  {\clef bass R1*2} >>
  \layout {
    \context {
      \PianoStaff
%%    \denies "Lyrics"
 } } }





reply via email to

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