lilypond-user
[Top][All Lists]
Advanced

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

Re: Grouped Beams


From: Nick Payne
Subject: Re: Grouped Beams
Date: Fri, 12 Feb 2010 19:48:03 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






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







reply via email to

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