bug-lilypond
[Top][All Lists]
Advanced

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

alignAboveContext: bad lyrics placement


From: Nicolas Sceaux
Subject: alignAboveContext: bad lyrics placement
Date: Sat, 13 Aug 2005 15:59:25 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

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




reply via email to

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