On Wed, 5 Jun 2019 at 19:33, Guy Stalnaker <[email protected]> wrote:
>
> Thanks Phil -- "hackish" is word? LOVE it :-)
>
> If the output looks good, I'm good.

Hello,

In the documentation, NR 2.1.2 Techniques specific to lyrics > Placing
syllables horizontally, there is a snippet explaining how to make
lyrics avoid bar lines.
http://lilypond.org/doc/v2.19/Documentation/notation/techniques-specific-to-lyrics#placing-syllables-horizontally

\layout {
  \context {
    \Lyrics
      \consists "Bar_engraver"
      \consists "Separating_line_group_engraver"
      \hide BarLine
  }
}

Less hackish, but works also...

Cheers,
Xavier

-- 
Xavier Scheuer <[email protected]>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to