lilypond-user
[Top][All Lists]
Advanced

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

Re: Spanning bar lines in mensural notation


From: Francisco Vila
Subject: Re: Spanning bar lines in mensural notation
Date: Wed, 21 Nov 2007 16:42:10 +0100

2007/11/21, erminia <address@hidden>:
>
> Using StaffGroup was already a first step, thank you.
>
> Now I am still worried about lyrics clashing with bar lines as in the
> following example:

Here is a smaller one:

%begin

\version "2.11.34"

\new StaffGroup <<
\new Staff { c'8 c' c' c' c' c' c' c'
       c' c' c' c' c' c' c' c' }
 \addlyrics { a a a a a a a a schwartz c c c c c c c }

\new Staff { c'1 c'1 } \addlyrics { a schwartz  }>>

%\layout{
%    \context {
%      \Lyrics
%        \consists "Bar_engraver"
%    }
%  }


% see bug 501 http://code.google.com/p/lilypond/issues/detail?id=501
% end

If you uncomment the layout block (what means to welcome the bar
engraver into the lyrics context) there is no clashing. Be careful
because this causes tiny barlines of one dot in height to be printed.

-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org




reply via email to

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