For the record, the answer to your original question can also be found in
an example in the Tips and Tricks document (I'm sure it's included in the
LilyPond Snippet Repository as well).
To reduce the spacing, you can do
\new ChordNames \with {
chordChanges = ##t
voltaOnThisStaff = ##t
\override VoltaBracket #'minimum-space =#0
} { ... }
The default value for minimum-space is 5, which makes sense for ordinary
staves, but clearly not for chords.
/Mats
Robert Kennedy wrote:
Try
\new ChordNames \with {
voltaOnThisStaff = ##t
}
instead of "\new ChordNames"
Thanks. That helps quite a bit, and I looked through the archives,
too. The problem now is that the volta lines are much too high,
especially the one for the first ending where there is no chord symbol
underneath it. But even the second one is too high.
How should I fix that? Below is my little example file as it stands
now.
Many thanks!
-- Robert
----------------------------------------
\header{
title = "Bouncing with Bud (Bebop in Pastel)"
composer = "Earl Rudolph \"Bud\" Powell"
enteredby = "Robert Kennedy"
style = "jazz"
}
harmonies = \chordmode {
bes1:maj bes1:maj b1:maj b1:maj
bes2:maj c:m7 d:m7 ees:dim7
}
melody = \relative {
\key bes \major
\repeat volta 2 { r8 f bes[ f'~] f4. f,8 bes f'8~ f2 r4 r8 f,8 b[ f'~] f4.
f,8 }
\alternative { { b8 f'~ f2 r4 } { b,8 f'~ f2 r8 ees8 } }
{ | \mark \markup {\box "A1"} d c bes a c bes a g f d ees ges~ ges4 f8 ees d
c f b, r4. }
}
\layout {
\context { \Score \override RemoveEmptyVerticalGroup #'remove-first = ##t }
}
<<
\new ChordNames \with {
chordChanges = ##t
voltaOnThisStaff = ##t
} {
\harmonies
}
\new Staff \with {
voltaOnThisStaff = ##f
} {
\melody
}
\version "2.10.14"
----------------------------------------
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user