Hi Jay,

2014-09-15 12:37 GMT+02:00 Jay Vara <[email protected]>:


> > 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to