- **summary**: Alternate repeats  --> Alternate repeats with different time 
signatures in a simultaneous music construct produces unexpected bar check 
errors



---

** [issues:#5315] Alternate repeats with different time signatures in a 
simultaneous music construct produces unexpected bar check errors**

**Status:** New
**Labels:** Regression 
**Created:** Fri Apr 27, 2018 10:47 AM UTC by pkx166h
**Last Updated:** Fri Apr 27, 2018 10:47 AM UTC
**Owner:** nobody
**Attachments:**

- 
[OUTPUT.png](https://sourceforge.net/p/testlilyissues/issues/5315/attachment/OUTPUT.png)
 (9.5 kB; image/png)


Reported by Arttu Punkkinen <puukiu...@gmail.com>  and  Steven Weber 
<pant...@hotmail.com> 

Arttu's example below

~~~
\version "2.19.65"
% Bar lines to do not reflect time signature change
<<
  {
    \repeat volta 2 {
    c'2 c'
    }
    \alternative {
      { c' c'}
      {\time 1/2 c' c'}
    }
  } \\
  {
    \repeat volta 2 {
      c' c'
    }
    \alternative {
      { c' c'}
      { c' c'}
    }
  }
>>

% Bar lines work correctly if change is in last context
<<
  {
    \repeat volta 2 {
      c' c'
    }
    \alternative {
      { c' c'}
      { c' c'}
    }
  } \\
  {
    \repeat volta 2 {
      c' c'
     }
    \alternative {
      { c' c'}
      {\time 1/2 c' c'}
    }
  }
>>
~~~

Works as expected in 2.18.2


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to