bug-lilypond
[Top][All Lists]
Advanced

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

Volta bracket begins at wrong place


From: Bertalan Fodor
Subject: Volta bracket begins at wrong place
Date: Thu, 16 Jun 2005 16:32:27 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

%BUG: Volta Bracket in a ChordNames context begins at wrong place.

\version "2.5.31"


staffOne = \new Staff  {
    \set Staff.voltaOnThisStaff = ##t
    \relative c' {        
        \repeat "volta" 2 {
        c4 c c c
        }
        \alternative {
            { d4 d d d }            
            { e4 e e e }
        }                
    \bar "|."
    }

}

harmonies =  \chords {    
    \set voltaOnThisStaff = ##t
    \override VoltaBracket #'minimum-space = #0
    c1 g c
}

\score {
    <<
        \harmonies
        \staffOne
    >>
    
    \midi {
    }

    \layout  {
    }
}

\paper {
}





reply via email to

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