Richard,

On Fri, Aug 29, 2014 at 9:36 AM, Richard Shann <rich...@rshann.plus.com>
wrote:

> On Fri, 2014-08-29 at 16:00 +0200, Jacques Menu wrote:
> > Hello Richard,
> >
> >             \set Score.bars-per-line-engraver '(4))
> Thanks -
> I can't get that to compile, and indeed I can't track down
> bars-per-line-engraver in the 2.18 docs, but I see it in snippets (see
> below).


 http://lsr.di.unimi.it/LSR/Snippet?id=838

You set the bars per line as part of the \consist; you can't use \set.

\layout {
    \context {
      \Score
      \consists #(bars-per-line-engraver '(4))
    }
  }

-David
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to