lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical rest alignment


From: David Stocker
Subject: Re: Vertical rest alignment
Date: Mon, 08 Feb 2010 22:54:40 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Bob,

The easiest way to do this is to specify the position of the rest by specifying a pitch (a line or space) to align the rest to, and then converting to a rest by using \rest.

% measure  16:
  <<
     { d''2. \rest^\markup { \bold \large Fine }  }  \\
     { a,2.  }
  >>   \bar "||"

There are other ways as well. See http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Writing-rests#Rests

Regards,

David

Bobber wrote:
My score is coming along nicely. But I am not satisfied with the positioning of the rests in the upper voice. Here is an example. The placement of the dotted half rest here just looks too high to me. How can I move it so that it is lower?

% measure  16:
   <<
      { r2.^\markup { \bold \large Fine }  }  \\
      { a,2.  }
   >>   \bar "||"





reply via email to

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