I am not sure if this is a bug or if I missed something.
In the following example the first volta bracket is not closed, the 
second is horizontally misaligned. Any ideas?

LilyPond 2.10.19, Windows XP

--
\version "2.10.19"
\header {
        title = "1. volta bracket not closed"
}
Melody =        \context Voice = "Melody" {
                \relative c' {
                \repeat volta 2 {c c c c} 
                \alternative {{c1} {c}}
                }}

chordsymbols =  \new ChordNames \with {voltaOnThisStaff = ##t}
                \chordmode  {
                \override Score.VoltaBracket #'minimum-space = #0
                c1 c c }

guitarstaff=    \new Staff \with {\remove Volta_engraver}
                \Melody
\score 
{
        <<
        \chordsymbols
        \guitarstaff
        >>
}
--


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to