%% 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"
    }
  }
}

<<attachment: lyricsVsBarNumber.png>>

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

Reply via email to