gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: Barlines in early choral music


From: Han-Wen Nienhuys
Subject: Re: Barlines in early choral music
Date: Mon, 9 Oct 2000 00:11:48 +0200 (MET DST)

address@hidden writes:
> > address@hidden writes:
> > > Firstly, bars are not drawn across staff lines (where the notes usually
> > > go), but rather between them (where the lyrics usually go).
> >
> > That can be accomplished now already; remove the Bar_engraver from
> > the Staff context, and put a Bar_engraver in the Lyrics context. 
> 
> I tried this with 1.3.86.  Since there have been some changes since then,
> I actually tried the following:

I didn't realise that removing the bar-engraver confuses lots of
other things. Try this instead (1.3.94)


      \score {
      \notes <
      \context Staff = SA  { c1 c1 c1 c1 }
      \context Lyrics = LB \lyrics { _1 _ _ _ }
      \context Staff = SB  { c1 c1 c1 c1 }
      >


        \paper  {\translator {
                \StaffContext

                        % override the type of bar we see at staff context
                whichBar = "empty";     %generates harmless warnings.
                }
                \translator {

                \LyricsVoiceContext
                \consists "Bar_engraver";

                % BarLine gets confused about size if there's no staff
                BarLine \push #'bar-size = #4.0

                }
        }
}

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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