lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5315 Alternat


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5315 Alternate repeats with different time signatures in a simultaneous music construct produces unexpected bar check errors
Date: Wed, 02 May 2018 10:42:59 -0000


[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:

Reported by Arttu Punkkinen address@hidden and Steven Weber address@hidden

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 address@hidden 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
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]