lilypond-user
[Top][All Lists]
Advanced

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

initial repeats with non-standard bar style


From: Steve Tarr
Subject: initial repeats with non-standard bar style
Date: Tue, 31 Aug 2010 22:10:01 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2

Why doesn't the initial bar display in the second case?
-Steve

\version "2.13.31"

% snippet from "Printing A Repeat Sign at the Beginning of a Piece"
\include "firstRepeatOverride.ly"

\score {
    \new Staff {
        \firstRepeatOverride
        \repeat volta 2 {
            \bar "|:" f'1
        }
    }
}

\score {
    \new Staff {
        \firstRepeatOverride
        \repeat volta 2 {
            \bar ":" f'1
        }
    }
}


reply via email to

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