lilypond-user
[Top][All Lists]
Advanced

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

Re: Fixed measure width for chord charts.


From: David Nalesnik
Subject: Re: Fixed measure width for chord charts.
Date: Fri, 29 Aug 2014 13:27:14 -0500

Richard,


On Fri, Aug 29, 2014 at 9:36 AM, Richard Shann <address@hidden> 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

reply via email to

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