lilypond-user
[Top][All Lists]
Advanced

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

Markup with multi-measure rests


From: Trevor Daniels
Subject: Markup with multi-measure rests
Date: Fri, 19 Oct 2007 14:43:26 +0100

In the following example of writing a typical part
containing multi-measure rests, the annotation of the rests
in 2.11.34 collides if more notes are added to fill the line
(to simulate this, I've added ragged-right = ##t).  This
seems to be a bug.

The collisions can be avoided in 2.11 by attaching the
annotation to zero-length skip notes at the start of the
bar, but only by displacing some of the annotations
vertically (see second example).  This results in confusing
annotations.  IIRC, in 2.10.20 the bars automatically
expanded to avoid collisions of text attached to skip notes,
keeping the annotation all on one level.  This was much
better in this context.  Is there a way of doing this in
2.11?

% Example of R markup colliding
\version "2.11.34"
\paper { ragged-right = ##t }
{
 \set Score.skipBars = ##t
 R1*4^"Intrumental"
 R1*24^"Solo"
 R1*4^"Instrumental"
 b'2^"Tutti" b'4 a'4
}

% Example of R markup displacing vertically
\version "2.11.34"
\paper { ragged-right = ##t }
{
\set Score.skipBars = ##t
 s1*0^"Intrumental" R1*4
 s1*0^"Solo" R1*24
 s1*0^"Instrumental" R1*4
 b'2^"Tutti" b'4 a'4
}

Trevor D





reply via email to

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