Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=333
Cheers,
- Graham
Mats Bengtsson wrote:
That clearly looks like a bug (which remains in version 2.11.20)! I
forward it to
bug-lilypond.
As a workaround, you can do change the lyrics part into
\new Lyrics <<
\override Ve
That clearly looks like a bug (which remains in version 2.11.20)! I
forward it to
bug-lilypond.
As a workaround, you can do change the lyrics part into
\new Lyrics <<
\override VerticalAxisGroup #'minimum-Y-extent = #'(-2 . 4)
\lyricsto v {Here is the ly -- rics line }
>>
or use the \with
Ok, I think I have identified where the problem occurs.
If you take your example and add an extra line like this...
\version "2.10.0"
<<
\new Voice = v \relative c' {\partial 4 c | c d e f | g2. }
\new Lyrics {
\override VerticalAxisGroup #'minimum-Y-extent = #'(-2 . 4)
\lyricsto
The following two examples works well over here:
\version "2.10.0"
<<
\new Voice = v \relative c' {\partial 4 c | c d e f | g2. }
\new Lyrics \lyricsto v {Here is the ly -- rics line }
>>
\version "2.10.0"
<<
\relative c' {\partial 4 c | c d e f | g2. }
\addlyrics {Here is the ly -- rics line }
Colin Wilding gmail.com> writes:
>
>
> I upgraded an old file from 2.8 to 2.10 today. The music begins with
> \partial 4. I find that in 2.10 the lyrics skip the partial note; they
> didn't do this before.
>
I'm using 2.10.11, and I have set a hymn that begins with \partial 4, and the
lyric
I upgraded an old file from 2.8 to 2.10 today. The music begins with
\partial 4. I find that in 2.10 the lyrics skip the partial note; they
didn't do this before.
Is this intentional? If so, is there a way to force the lyrics to use the
partial note?
It's not crucial, because I can work arou