Hi,
You can always use explicit beaming:
\version "2.16.1"
\new Staff
\relative c' {
\time 2/4
%1
a32[ a a a]
a a a a
a8 a16. a32
|
%2
a8 a16. a32
a32[ a a a]
a a a a
|
}
Regards,
Martin
(Sent to the list this time....)
On 26 November 2012 12:53, Thomas Morley <[email protected]> wrote:
> Hi,
>
> (forwarding this from the german forum)
>
> Wanting to beam
>
> \version "2.16.1"
>
> \new Staff
> \relative c' {
> \time 2/4
> %1
> a32 a a a
> a a a a
> a8 a16. a32
> |
> %2
> a8 a16. a32
> a32 a a a
> a a a a
> |
> }
>
> like the attached image, is there a better way than doing
>
> \version "2.16.1"
>
> \new Staff
> {
>
> \time 2/4
> \set Timing.baseMoment = #(ly:make-moment 1 8)
> \set Timing.beatStructure = #'(1 1)
> a32 a a a
> a a a a
> a8 a16. a32 |
> \set Timing.baseMoment = #(ly:make-moment 1 8)
> \set Timing.beatStructure = #'(2 1 1)
> a8 a16. a32
> a32 a a a
> a a a a |
> }
>
>
>
> -Harm
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
--
homme, ni présence
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user