Hi me,

sorry, should have read more carefully. Try:

\version "2.14.2"

music = \relative c'' {
  c16 c c c c c c c c8 c16 c c8 c16 c |
  r8 c c c c c c c | \break
}

\new Staff {
        \overrideTimeSignatureSettings
      #'(2 . 2)         % timeSignatureFraction
      #'(1 . 4)         % baseMomentFraction
      #'(2 2)           % beatStructure
       #'(
          (end .                      ;entry for end of beams
          (                           ;start of alist of end points
          ((1 . 16) . (4 4 4 4))      ;from time-signature-settings.scm
       )))        % beamExceptions

  \time 4/4
  \music
  \time 2/2
  \music
}

-Harm
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to