At the moment I can't give you a reason why this would work instead of the
code posted earlier, but here's the code I use in my current projects.

Put a \layout block somewhere inside your \score block with the following
contents (adjust it to your needs – this produces beamed groups with a
length of 1/4 each in a 4/4 measure):

\layout {
  \context {
    \Score
    \overrideTimeSignatureSettings
      4/4
      1/4
      #'(1 1 1 1)
      #'()
  }
}

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de
Am 08.09.2013 03:28 schrieb "EdBeesley" <edplaysdr...@gmail.com>:

> Thanks everyone for your continued help. Rachael I'm afraid your example
> didn't work. I did actually study the relevant section of the manual for a
> good half hour, and I can see why your example should work, but
> unfortunately it doesn't :(
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/Beam-groupings-tp150417p150426.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to