Originally created by: *anonymous
Originally created by: v.villenave
Originally owned by: v.villenave
% 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 }
>>
>>
Issues: #2272
Issues: #3216
Issues: #621
Originally posted by: mts...@gmail.com
Fixed with [r20670d51f8d97fd390210dd239b3b2427f071e7c].
Status: Fixed
Originally posted by: ColinPKC...@gmail.com
(No comment was entered for this change.)
Labels: Fixed_2_15_14
Originally posted by: brownian.box@gmail.com
(No comment was entered for this change.)
Status: Verified