what about

 \set Score.measureLength = #(ly:make-moment 2/4)


as far as i know \partial is only for the beginning and from then on you
use ly:make-moment


eg


%%%%%%%%%%%%%%%%%%%



\version "2.18.2"

top = \relative c' {

\partial 2

r2 |

d2 r2 |

d4 r4 \bar "|."

d d |

d d d d |

d d |

}

bottom = \relative c' {

\partial 2

r2 |

d2 r2 |

d4 r4 \bar "|."

d d |

d d d d |

\set Score.measureLength = #(ly:make-moment 2/4)

d d |

\set Score.measureLength = #(ly:make-moment 4/4)

d d d d|

}

\score {

<<\top \\ \bottom>>

}


HTH

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

Reply via email to