bug-lilypond
[Top][All Lists]
Advanced

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

Issue 501 in lilypond: moving Bar_engraver into lyrics raises bar numbe


From: codesite-noreply
Subject: Issue 501 in lilypond: moving Bar_engraver into lyrics raises bar numbers
Date: Wed, 24 Oct 2007 00:09:33 -0700

Issue 501: moving Bar_engraver into lyrics raises bar numbers
http://code.google.com/p/lilypond/issues/detail?id=501

New issue report by gpermus:
%% 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"
   }
 }
}




Attachments:
        lyric-barline.png  9.7 KB


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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