lilypond-user
[Top][All Lists]
Advanced

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

Re: Hidden rests without visible space


From: Aaron Dalton
Subject: Re: Hidden rests without visible space
Date: Fri, 05 Sep 2008 13:57:44 -0600
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Kieren MacMillan wrote:
Hi Aaron,

Is it possible to create hidden rests that do not create visible space?

\override Rest #'X-extent = #'(0 . 0)


Thank you, Kieren. I'm afraid that's not doing it for me. Here's a very minimal example:

\version "2.10.19"
\paper{ ragged-right=##t }

allMusic = \relative c'' {
        c4 d \override Rest #'X-extent = #'(0 . 0) s2 | e4 f g a
}

\score {
        \new Staff \allMusic
}

The \override doesn't seem to make any difference to the output. I'm trying compress as much as possible the space created by that 's2' before the bar line.

Thank you again for your help!
Aaron





reply via email to

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