On Mon, Sep 24, 2012 at 12:37:32PM +0100, Phil Holmes wrote:
> Not necessarily.  An alternative would be:
> 
> \beaming { 8 [ 8 8 8 ] 8 [ 8 8 8 8 8 ] }
> \beaming { 8 [ 8 8 8 ] 8 [ 8 8 8 ] }

or maybe:
  \beaming {
    { 8 [ 8 8 8 ] 8 [ 8 8 8 8 8 ] }
    { 8 [ 8 8 8 ] 8 [ 8 8 8 ] }
  }

It's probably easier to keep track of what's happening (in terms
of programming) if there's a single command call; otherwise it
wouldn't be clear if both beamings were supposed to apply, or
whether the second one should clear the first one.

- Graham

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

Reply via email to