2014-05-10 12:43 GMT+02:00 James Harkins <[email protected]>:

> - a setting to force a certain number of bars per system, or
>
> - an override to set the minimum measure width.
>

 Try :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

{

   \repeat unfold 3 {

   % set 3 measures per system :

     \repeat unfold 3 s1 \break

   }

}


 \score {

   { \repeat unfold 9 s1 }

   \layout {

     \context {

       \Score

       % set a minimum measure width :

       proportionalNotationDuration = #(ly:make-moment 1/30)

     }

   }

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


HTH,

Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to