bug-lilypond
[Top][All Lists]
Advanced

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

extender bug in Lyrics


From: Werner LEMBERG
Subject: extender bug in Lyrics
Date: Sat, 27 Jul 2002 15:32:32 +0200 (CEST)

The following input file extends the lyrics extension over the rest
which is wrong.  Using automaticPhrasing = ##t makes it work, but IMHO
this must work with ##f also.


    Werner

======================================================================

\score {
  \addlyrics
  \context Voice \notes \relative c'' {
    d1 ~ |
    d4 r d2 |
  }
  \context Lyrics \lyrics {
    foo __ bar
  }
  \paper {
    \translator {
      \ScoreContext
      automaticPhrasing = ##f
    }
    linewidth = -1
  }
}

PNG image


reply via email to

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