[EMAIL PROTECTED] writes:
> > [EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to