lilypond-user
[Top][All Lists]
Advanced

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

First volta bracket not closed, 2nd horizontally misaligned


From: Thomas Scharkowski
Subject: First volta bracket not closed, 2nd horizontally misaligned
Date: Thu, 22 Feb 2007 10:30:01 +0100

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




reply via email to

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