lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup with multi-measure rests


From: Graham Percival
Subject: Re: Markup with multi-measure rests
Date: Fri, 19 Oct 2007 20:06:41 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Thanks, this first item has been added as
http://code.google.com/p/lilypond/issues/detail?id=495

Cheers,
- Graham


Mats Bengtsson wrote:
To me it seems a bug that you get collisions in your first example.
The second example can easily be modified to get what you want.
Just add \fatText before the first spacer note.

  /Mats

Trevor Daniels wrote:
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



_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel





reply via email to

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