bug-lilypond
[Top][All Lists]
Advanced

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

Time signature change in alternative ending sometimes ineffective


From: Arttu Punkkinen
Subject: Time signature change in alternative ending sometimes ineffective
Date: Fri, 15 Sep 2017 23:21:54 +0300

Couldn't find any mention of this anywhere.

\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'}
    }
  }
>>

Attachment: bug.png
Description: PNG image


reply via email to

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