Hi Everyone,
> An alternative solution that may be simpler is to fool
> LilyPond into beleiving that the bar actually is 5/4 long,
> but still print 4/4. For example, you can set \time 5/4 and
> then manually override how the time signature is printed.
Thanks for all your suggestions - they
Martin Djernæs <[EMAIL PROTECTED]> writes:
> I want to create a staff with a G-Clef, the time signature
> (4/4), *five* g'4 notes and a single bar. Yes that is
> wrong, but that is what I want to create.
How about
\version "2.4.2"
{ \time 4/4 \cadenzaOn g4 \cadenzaOff g g g g a a a a }
--
Feri.
Hi Martin, list,
> I want to create a staff with a G-Clef, the time signature (4/4), *five*
> g'4 notes and a single bar. Yes that is wrong, but that is what I want
> to create.
Alternatively, you can do something like this:
\version "2.4.2"
{
g'4*4/5 g'4*4/5 g'4*4/5 g'4*4/5 g'4*4/5 |
}
The default spacing at the position of the original bar line will
remain unless you do more settings. I haven't tried, but you probably
have to change the setting of the space-alist property, both for the
BarLine object and for the object that comes directly before the bar
line (i.e. the note head