Hi me,

2011/10/30 me <when.possi...@gmail.com>

> (...)
>
>
> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to