bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics-avoiding barlines are too long


From: Graham Percival
Subject: Re: Lyrics-avoiding barlines are too long
Date: Wed, 21 Mar 2007 18:12:14 -0700
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Thanks, entered as
http://code.google.com/p/lilypond/issues/detail?id=338

Cheers,
- Graham

Mats Bengtsson wrote:
That I would certainly classify as a bug. I hope you don't mind that
I forward it to the mailing list (In general, always keep the discussion
on the mailing list).

  /Mats

Selyem Zoltán wrote:
Hello Mats,


Just move the bottom lyrics line out of the StaffGroup context,
Thank you very much, it works!
But the repeat sign still has a hole in it.
Could you help with that, too?

   Sese

   %------------------------------------
\version "2.10.15"
\paper{ ragged-right=##t }
\score{
<<
  \context StaffGroup
  <<
    \new Voice = "one" \relative c' { c1 d \bar ":|" }
    \addlyrics { c d }
    \new Voice = "two" \relative e' { e1 f }
  >>
  \new Lyrics \lyricsto "two" { e f }
    \layout{
   \context {
      \Lyrics
        \consists "Bar_engraver"
        \consists "Separating_line_group_engraver"
        \override BarLine #'transparent = ##t
   }
  }
}
%------------------------------------








reply via email to

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