lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic beaming in 2/2


From: Thomas Morley
Subject: Re: Automatic beaming in 2/2
Date: Sun, 30 Oct 2011 23:40:10 +0100

Hi me,

2011/10/30 me <address@hidden>
(...)


I want the piece to be in 2/2 time, but with the 4/4 beamExceptions. What's the best way to do this?



which version? With "2.14.2" try:

\version "2.14.2"

\new Voice \relative c'' {
        \overrideTimeSignatureSettings
      #'(2 . 2)         % timeSignatureFraction
      #'(1 . 4)         % baseMomentFraction
      #'(1 1 1 1)       % beatStructure
      #'()            % beamExceptions
     
     
    \time 2/2
  c16 c c c c c c c c8 c16 c c8 c16 c |

  r8 c c c c c c c | \break

}

-Harm

reply via email to

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