Hello:

 

At the end of the second alternative ending in the attached snippet an
unwanted bar appears and disrupts the meter.

I have experimented with placing

\set Timing.measurePosition = #(ly:make-moment 3/8)
after the second alternative. Using it restores the meter. It does not
remove the extra bar.

 

What other method should I try?

 

Thank you for your kind attention.

 

Mark

\version "2.16.2"

\relative c'' {
  
  
  \time 3/4
  
  \set Timing.measurePosition = #(ly:make-moment -5/16)
  \repeat volra 2 {
  e16 e8. e16 | e4 e e }
  \alternative {{ e4 r8. }{ e4 r8 }}
  \set Timing.measurePosition = #(ly:make-moment 3/8)
  \key ees \minor
  bes8 [ ges ees ] | d4 d d |
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to