Menu

#910 Non-allowed span-bars should not affect Lyrics

Verified
nobody
Defect
2011-10-10
2009-11-26
Anonymous
No

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 }
  >>
>>

1 Attachments

Related

Issues: #2272
Issues: #3216
Issues: #621

Discussion

  • Google Importer

    Google Importer - 2011-09-29

    Originally posted by: mts...@gmail.com

    Fixed with [r20670d51f8d97fd390210dd239b3b2427f071e7c].

    Status: Fixed

     
  • Google Importer

    Google Importer - 2011-09-30

    Originally posted by: ColinPKC...@gmail.com

    (No comment was entered for this change.)

    Labels: Fixed_2_15_14

     
  • Google Importer

    Google Importer - 2011-10-10

    Originally posted by: brownian.box@gmail.com

    (No comment was entered for this change.)

    Status: Verified

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.