I have added the following example to the Tips and Tricks document
(both for 2.2.x and the development series).

\version "2.2.0"
\header {

    texidoc = "@cindex ChordNames repeats
To make the chord names appear below the brackets of the alternative
endings of a repeat, move the Volta_engraver to the Score level.
" }

\score{
  <<
    \new ChordNames \chords{
      \repeat volta 2 {
        f1:maj f:7} \alternative{{bes:7}{c:maj}}
    }
    \new Staff \notes \relative c'{
      \repeat volta 2 { c4 d e f g a b c } \alternative{{g2 e }{c1}}
    }
  >>
  \paper {
    \context {
      \ScoreContext
      \consists "Volta_engraver"
      \override VoltaBracket #'minimum-space = #0
    }
    \context {
      \StaffContext
      \remove "Volta_engraver"
    }
  }
}


/Mats

Bertalan Fodor wrote:
Hello,

you could use this instead:

...
\context Staff = one \with { \remove Volta_engraver } \melody
...


\paper {
                \context {
                         \ScoreContext \consists "Volta_engraver"
                 \override VoltaBracket #'minimum-space = #0
                }
}

Bert



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to