lilypond-user
[Top][All Lists]
Advanced

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

Re: Position FullBarRest


From: Malte Meyn
Subject: Re: Position FullBarRest
Date: Tue, 11 Aug 2015 18:39:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

Am 11.08.2015 um 18:22 schrieb David Kastrup:
Orm Finnendahl <address@hidden> writes:
  is there a way to position a FullBarRest on a specific line, like
"b' \rest" (but with a FullBarRest centered in the measure)?

\tweak Y-offset 2 R1

If you need this for more than just one rest in a row you also can use an override (perhaps in combination with \once \override and \revert):

\version "2.19.24"
{
  R1*2
  \override MultiMeasureRest.staff-position = 0
  R
}



reply via email to

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