lilypond-user
[Top][All Lists]
Advanced

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

Re: workaround for a lyrics bug


From: Thomas Morley
Subject: Re: workaround for a lyrics bug
Date: Mon, 13 Jul 2015 13:31:17 +0200

2015-07-13 13:09 GMT+02:00 Mike Solomon <address@hidden>:
> Hey all,
>
> I’ve posted a bug to the bug list about notes clumping after lyrics, but as 
> I’m on a tight schedule with this one piece, I’m also posting it to the list 
> in hopes that someone has seen this bug and knows of a workaround:
>
> %{
>   A terminal lyric in the ossia staff causes notes to skip a measure and then 
> bundle up in the subsequent one.
>   To see the problem, comment the indicated line in and out.
> %}
>
> \version "2.19.15"
> someMusic = \relative c, {
>   \clef bass
>   a4 a a a
>   <<
>     \new Staff \with {alignAboveContext="realBass" }
>       \new Voice = "tempBassVoice" {
>         \clef bass
>         a4 a a a |
>         a a a a
>         R1
>     }
>     \new Lyrics \with { alignAboveContext="realBass" } \lyricsto 
> "tempBassVoice" {
>       \lyricmode {
>         foo bar foo bar foo bar foo
> %%%%%%% COMMENT THE LINE BELOW IN AND OUT TO SEE PROBLEM
>         bar
>   }}
>   \relative c, {
>      a4 a a a
>      a a a a
>      a a a a
>   } >>
>   a a a a
>   a a a a
> }
>
> \score {
>     \new Staff = "realBass"
>       \new Voice = "someMusic" {
>         \someMusic
>       }
> }
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Hi Mike,

I can't see the bug. See attached, compiled with 2.19.22.
2.19.16 gives the same, though, I don't have 2.19.15 anymore.

Cheers,
  Harm

Attachment: atest-27.png
Description: PNG image


reply via email to

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