Actually, I stuttered on the 4s. The override should be:

sixteenthNotesBeamedInFours = \overrideBeamSettings #'Voice #'(2 . 2) #'end #'((* . (1 1))
  ((1 . 16) . (4 4 4 4))
  ((1 . 32) . (8 8 8 8)))

On 12/02/10 19:20, grisu_76 wrote:
wounderful! thx a lot!
cheers, christian


Nick Payne-3 wrote:
Something like this:

\version "2.13.12"

sixteenthNotesBeamedInFours = \overrideBeamSettings #'Voice #'(2 . 2)
#'end #'((* . (1 1))
    ((1 . 16) . (4 4 4 4 4 4 4 4))
    ((1 . 32) . (8 8 8 8)))

\relative c' {
    \time 2/2
    \repeat unfold 32 c16
    \sixteenthNotesBeamedInFours
    \repeat unfold 32 c16
    \revertBeamSettings #'Voice #'(2 . 2) #'end
    \repeat unfold 32 c16
}

Nick

On 12/02/10 08:03, grisu_76 wrote:
I use 2.13;
cheers,
christian



Mats Bengtsson-4 wrote:

On Thu, 2010-02-11 at 07:31 -0800, grisu_76 wrote:

Hello!

How to beam 4 16th-notes in a 2/2 automatically? got severe problem
with
the

override-auto-beam-setting

afraid, I did not get the idea behind..?

Which version of LilyPond are you using? The answer is different for
versions 2.12 and 2.13.

     /Mats



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






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





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

Reply via email to