lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing bar numbers with lilypond-book


From: Tim Sawyer
Subject: Re: Removing bar numbers with lilypond-book
Date: Sun, 12 Aug 2007 16:25:52 +0100
User-agent: KMail/1.9.6

Thanks for that, but I'm still having trouble.  Putting that \layout block in 
either place results in this error:

volume1.lytex:2145:2: error: syntax error, unexpected STRING, expecting '='
 
        \context {
volume1.lytex:2146:2: error: syntax error, unexpected STRING, expecting '='
 
          \Score

My code is now like this:

\begin[staffsize=20]{lilypond}
\score
{
  \version "2.10.0"
  {
    \time 4/4
    \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-6 . 7)
    \override Staff.TimeSignature #'style = #'()
    \clef bass
    <<
    { \stemUp e4 e4 e4 e4 e8 e8 e8 e8 e8 e8 e8 e8 e16 e e e e16 e e e e16 e e 
e e16 e e e e1 \bar "|." }
    \addlyrics { blah }
    >>
  }
  \layout {
       \context {
         \score
         \remove "Bar_number_engraver"
       }
     }
}
\end{lilypond}

ta,

Tim.

> Quoting Tim Sawyer <address@hidden>:
> > I have a section of a tex file, used with lilypond book, that looks
> > something like this:
> >
> > \begin[staffsize=20]{lilypond}
> > \score
> > {
> >  \version "2.10.0"
> >  {
> >    \time 4/4
> >    \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-6 . 7)
> >    \override Staff.TimeSignature #'style = #'()
> >    \clef bass
> >    \stemUp
> >    e4 e4 e4 e4 e8 e e8 e e8 e e8 e e16 e e e e16 e e e e16 e e e e16 e e
> > e e1 }
> > }
> > \end{lilypond}
> >
> > I can't work out where to put \remove "Bar_number_engraver" to get
> > bar numbers
> > turned off.  Everywhere I put it seems to create an error when running
> > lilypond-book.
> >
> > Can someone point me in the right direction please?
> >
> > ta,
> >
> > Tim.
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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