bug-lilypond
[Top][All Lists]
Advanced

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

Issue 910 in lilypond: Non-allowed span-bars should not affect Lyrics


From: lilypond
Subject: Issue 910 in lilypond: Non-allowed span-bars should not affect Lyrics
Date: Thu, 26 Nov 2009 17:34:27 +0000

Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium Engraving-nitpick

New issue 910 by v.villenave: Non-allowed span-bars should not affect Lyrics
http://code.google.com/p/lilypond/issues/detail?id=910

% In the following snippet, although allow-span-bar is set to false,
% the lyrics are affected (in the last measure).

% Removing the Span_bar_engraver prints the Lyrics as intended.

\version "2.13.7"
\layout {
  \context {
    \Score
    \consists Span_bar_engraver
  }
}
<<
  \new Staff { \repeat unfold 24 { c''8 } \bar "|." }
  \new ChoirStaff <<
    \new Staff \with {
      \override BarLine #'allow-span-bar = ##f
      \override SpanBar #'allow-span-bar = ##f
    } \new Voice = "upper" \repeat unfold 6 { c''2 }

    \new Lyrics \lyricsto "upper" \lyricmode {
      %% long-syllables position should not be affected by the forbidden
SpanBar.
      long-syllable a b c long-syllable d
    }
    \new Staff \repeat unfold 6 { c''2 }
  >>


Attachments:
        spanbar.png  10.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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