Reduce width of single measure

2011-12-13 Thread Nick Payne
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


Fingering Change on a chord note. Thumb in a fingering change.

2011-12-13 Thread Nils
Hello,

I want to have a fingering change on a chord note. And I mean a real
chordnote, not a second voice.


The manual gives only the markup method which does, AFAIK, not work on
chord members.

However complex, I don't care. I am only concerned about the end result.


Related:
How can I integrate the \thumb into a fingering change?

Nils

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user