lilypond-user
[Top][All Lists]
Advanced

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

Re: beam-problem


From: Martin Neubauer
Subject: Re: beam-problem
Date: Mon, 26 Nov 2012 23:26:24 +0100

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



-- 
homme, ni présence



reply via email to

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