Hi,

I'm not sure if that's a bug or if I'm just doing something badly.  In
the following snippet, the lyrics are not placed below the newly added
staff.

\version "2.7.5"
\layout { raggedright = ##t }
<<
  \context Staff = "low"  { c'1 \break c'1 }

  {
    \skip 1 \new Staff <<
      \set Staff . alignAboveContext = "low"
      \context Voice = "new" { e'2 e' }
      \lyricsto "new" \new Lyrics { bla bla }
    >>
  }
>>

nicolas


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to