lilypond-user
[Top][All Lists]
Advanced

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

Re: Text positioning at double bar


From: Xavier Scheuer
Subject: Re: Text positioning at double bar
Date: Thu, 6 Jun 2019 09:21:17 +0200

On Wed, 5 Jun 2019 at 19:33, Guy Stalnaker <address@hidden> 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 <address@hidden>


reply via email to

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