bug-lilypond
[Top][All Lists]
Advanced

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

no bar numbers printed after a line break in the middle of a repeated me


From: pls
Subject: no bar numbers printed after a line break in the middle of a repeated measure
Date: Tue, 8 Apr 2014 18:15:13 +0200

Hey all,

if this is a bug it might be related to issue 460: in the following tiny 
example no bar numbers are printed in the line after a line break in the middle 
of a repeated measure.  Obviously the bar numbers are only invisible because 
they are counted correctly:

\version "2.19.3"
{
  \repeat volta 2 {
    \partial 4 g4
    \repeat unfold 24
    c'1
    d'2.
  }
  \break
  \repeat volta 2 {
    g4
    \repeat unfold 24
    c'1
    d'2.
  }
}

hth
patrick





reply via email to

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