bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bar numbers pushed up by lyrics


From: Graham Percival
Subject: Re: Bar numbers pushed up by lyrics
Date: Wed, 24 Oct 2007 00:09:12 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Thanks, this has been added as

http://code.google.com/p/lilypond/issues/detail?id=501

Cheers,
- Graham

Zoltan Selyem wrote:
%% When I want lyrics to avoid barlines
%% and so I use \consists "Bar_engraver" in the Lyrics context,
%% plus I want the lyrics to be above the staff,
%% they push up the bar number.

\version "2.11.34"
\paper{ ragged-right=##t }
\score{
<<
  \new Lyrics = "one" { s1 }
  \new Staff \new Voice = "two" {
    \relative g' {
      g4 g g g | \break
      g4 g g g | \break
      g4 g g g
    }
  }
  \context Lyrics = "one" \lyricsto "two" \lyricmode{ _ _ _ _ _ a b c }
  \layout{
    \context {
      \Lyrics
        \consists "Bar_engraver"
    }
  }
}



------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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