On 17 September 2011 09:27, Peekay Ex <pkx1...@gmail.com> wrote:

> I don't know if this is expected based on either/both commits but in
> the two reg tests the 'instrument names' have now disappeared.

Nope, it's a regression.  I'm afraid Joe's fallen into the same trap I
did when I looked at issue #1598.  We can't filter out non-spaceable
lines in the Instrument_name_engraver since it prevents them having
instrument names (or vocal names for lyrics).

\version "2.15.12"

\relative c' {
  \set Staff.instrumentName = #"Music"
  c d e f
}
\addlyrics {
  \set vocalName = #"Lyrics"
  foo bar baz
}

-> missing vocal name

Cheers,
Neil

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to