[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: \addlyrics always adds to first staff
From: |
Erik Sandberg |
Subject: |
Re: \addlyrics always adds to first staff |
Date: |
Thu, 11 Nov 2004 23:22:22 +0100 |
User-agent: |
KMail/1.6.2 |
On Thursday 11 November 2004 21.38, Arjan Bos wrote:
> When using \addlyrics more than once, it sets the second lyrics to the
> first staff. Is this a design decision?
First of all, \addlyrics is only intended to be used for the most simple
cases, you have more control over it with \lyricsto.
Now, I believe what you have found is a bug. Here is a smaller example:
\version "2.4.2"
<< \context Staff {c d e f} \new Staff {c2 d} \addlyrics { hej hopp } >>
Intuitively, the hopp should be below the d2, but it isn't.
This is either a bug in lilypond (lyrics should be aligned to the prev. staff,
not the uppermost), or in documentation (it should be mentioned that the
behaviour might be unintuitive with multiple staves)
Erik
- Re: \addlyrics always adds to first staff,
Erik Sandberg <=