lilypond-user
[Top][All Lists]
Advanced

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

Reduce width of single measure


From: Nick Payne
Subject: Reduce width of single measure
Date: Wed, 14 Dec 2011 15:31:38 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111110 Thunderbird/8.0

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 <e e'> g c g c, g' c g <e e'> g c g |
                b, g' d' g, <d f'> g d' g, g, g' d' g, <b, f''> g' d' g, |
            }
            \\
            {
                c,4 e c e |
                b d g, b |
            }
>>
        }
<e' c g e c>1 |
        \bar "|."
    }
>>
    \layout { }
}




reply via email to

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