lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4419 in lilypond: Engraving ends too early


From: lilypond
Subject: [Lilypond-auto] Issue 4419 in lilypond: Engraving ends too early
Date: Mon, 25 May 2015 12:10:29 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4419 by address@hidden: Engraving ends too early
https://code.google.com/p/lilypond/issues/detail?id=4419

On 24/05/15 20:01, Dan Eble wrote:

% 2.19.20 does not engrave the lyrics and stops engraving the vocal
% staff before the end.  (Compare to 2.18.2.)  I haven’t tested MIDI.

\version "2.18.0"
\include "english.ly"

vocal = \relative c'' { R1 | f2 c }

% adding the skip makes 2.19.20 work
accomp = \relative c'' { c1 %{ s1 %} }

\score {
  <<
    <<
      \new Staff <<
        \new Voice = "vocal" { \vocal }
      >>
      \new Lyrics <<
        \lyricsto "vocal" { \lyricmode { La la } }
      >>
    >>

    \new Staff <<
      \context Voice = "obligII" { \accomp }
    >>
  >>
}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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