How can I reduce the width of a single measure? i.e. in the final bar
below containing the chord of whole notes, I want the width of the
measure to be just wide enough to contain the chord.
\version "2.15.20"
\language "english"
\score {
<<
\new Staff \relative c' {
\override Staff.TimeSignature #'stencil = ##f
\set Score.markFormatter = #format-mark-numbers
\clef "treble_8"
\bar "|:"
\repeat volta 2 {
\mark #83
<<
{
c,16 g' c g g c g c, g' c g g c g |
b, g' d' g, g d' g, g, g' d' g, g' d' g, |
}
\\
{
c,4 e c e |
b d g, b |
}
>>
}
1 |
\bar "|."
}
>>
\layout { }
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user