==
Nick
> -Original Message-
> From: lilypond-user-bounces+nick.payne=internode.on....@gnu.org
> [mailto:lilypond-user-bounces+nick.payne=internode.on@gnu.org] On
> Behalf Of Robin Bannister
> Sent:
Zbyněk Burget wrote:
Splitting it onto two lines is unavailing. Therefore i want way to expanding
width of
this line.
The default layout puts poet, instrument and composer all on one line.
This is not compatible with the length of your composer text.
Even if instrument is unused, its (centred)
Marek Klein napsal(a):
Hi,
\score {
\new Staff {
\clef treble
\key c \major
\override Staff.TimeSignature #'stencil = ##f
\relative g'{ \cadenzaOn g4 g g g g g g g g g \bar "|." }
}
}
\score {
\new Staff {
\clef treble
\key c \major
\relative g'{ \cadenzaOn g4 g g g g g g
Robin Bannister napsal(a):
Zbyněk Burget wrote:
How I can write long text to composer to header?
Try
composer = \markup \right-align "Some long text ... "
If this isn't what you want, have a look at NR 3.2.1 where
the demo splits the composer text onto two lines using \center-column.
a bi
Zbyněk Burget wrote:
How I can write long text to composer to header?
Try
composer = \markup \right-align "Some long text ... "
If this isn't what you want, have a look at NR 3.2.1 where
the demo splits the composer text onto two lines using \center-column.
Why don't hide TimeSignature?
Hi,
Concerning time signatur I have found two possibilities:
%%
\version "2.12.1"
\score {
\new Staff {
\clef treble
\key c \major
\override Staff.TimeSignature #'break-visibility = #all-invisible
\relative g'{ \cadenzaOn g4 g g g g g g g g g \bar "|." }
}
}
Hi,
I've two new problems.
1. How I can write long text to composer to header?
2. Why don't hide TimeSignature?
Zbynek
\version "2.12.2"
\header{
composer = "Some long text. Long, long, long, long, long, long, long,
long, long."
}
\score {
\new Staff {
\clef treble
\key c \maj