lilypond-user
[Top][All Lists]
Advanced

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

Re: Position of rests


From: Noeck
Subject: Re: Position of rests
Date: Sun, 9 Sep 2018 19:27:36 +0200

A MWE would be:

\new Staff <<
  \new Voice \relative {
    \voiceOne c''4 d
    \override Rest.staff-position = 6
    r2
    \revert Rest.staff-position
    r4 r
    \override Rest.staff-position = 6
    r2
  }
  \new Voice \relative {
    \voiceTwo e'4 f
    \override Rest.staff-position = -6
    r2
    \revert Rest.staff-position
    r4 r
    \override Rest.staff-position = -6
    r2
  }
>>

That's what I can do with overrides (or I could use \once) but if I want
to do the same thing again depending on the note value, I am stuck.

Best,
Joram



reply via email to

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