lilypond-user
[Top][All Lists]
Advanced

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

Re: How to get bar lines in lyrics


From: Pierre Perol-Schneider
Subject: Re: How to get bar lines in lyrics
Date: Mon, 15 Sep 2014 12:48:49 +0200

Hi Jay,

2014-09-15 12:37 GMT+02:00 Jay Vara <address@hidden>:
 
> Here is the link to the not-working example: http://goo.gl/n54RZB -- the
> snippet is called  bar-lines-lyric-only . The link to the source is:
> http://goo.gl/7kO7Gf
>

Actually the link refers to this snippet :
http://lsr.di.unimi.it/LSR/Item?id=90
which is not working too !
I'll correct that right away.

Try :

\version"2.18.2"

\score {
  \relative c' \context ChoirStaff <<
    \new Staff { c1 c1 c1 }
    \lyricmode <<
      \new Lyrics  { bla1 die bla }
    >>
    \new Staff { c1 c1 c1 }
  >>
  \layout  {
    raggedright = ##t
    \context {
      \Lyrics
      \consists "Bar_engraver"
      \consists "Separating_line_group_engraver"
      \override VerticalAxisGroup.nonstaff-nonstaff-spacing.minimum-distance = #4.2
      \override LyricText.Y-offset = #-0.7
      \override BarLine.bar-extent = #'(-2 . 2)
    }   
    \context{
      \ChoirStaff
      \remove "Span_bar_engraver"
    }
    \context {
      \Staff
      \remove "Bar_engraver"
    }
  }
}

Cheers,
Pierre



reply via email to

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