lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing Rest_engraver or another solution


From: Xavier Scheuer
Subject: Re: Removing Rest_engraver or another solution
Date: Sun, 10 Feb 2013 02:52:36 +0100

On 10 February 2013 02:25, Michael Rivers <address@hidden> wrote:
> I'm making theory tests for students, and I'm trying to print a blank staff
> (except for a clef and bar lines) divided into two, three or four equal
> measures in which students will draw scales, triads or key signatures. Below
> each measure will be centered text telling the students what to draw. I
> first tried using s1 rests, but the text wasn't centered. Switching to R1
> centers the text and make the measures equal length, but I can't figure out
> how to remove the Rest_engraver to make the bar rests disappear.
>
> I think what I've got is short enough to post the whole thing:
>
> (snip)
>

Hi,

I think you cannot remove the "Multi_measure_rest_engraver", nor
override MultiMeasureRest #'stencil to ##f, because they are needed
for the MultiMeasureRestText you want printed.

But you can make them transparent:
  \override MultiMeasureRestText #'transparent = ##t

Hope this helps.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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