lilypond-user
[Top][All Lists]
Advanced

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

Re: moving rests relative cues


From: Paul Scott
Subject: Re: moving rests relative cues
Date: Mon, 13 Dec 2021 16:19:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2


On 12/13/21 16:03, Jean Abou Samra wrote:


Le 13/12/2021 à 23:34, Paul Scott a écrit :
I'm trying to move rests associated with cues.  The first measure shows the problem.  The second measure shows the attempted solution.

Changing #down to #up is not reasonable in my real complex score.

TIA for any7 help,

Paul

\version "2.23.5"

aa = \relative{ f'4 4 4 4 4 4 4 4 }
\addQuote qaa \aa

bb = \relative{
  << { \cueDuring qaa #down s1*2 } { R1 d''1\rest } >>
}

\score{
  \new Staff \bb
}

How about:

\version "2.22.1"

aa = \relative { f'4 4 4 4 }
\addQuote qaa \aa

\relative{
  << { \cueDuring qaa #down s1 } { \voiceOne R1 } >>
}


I need to understand voices better.  My real problem has articulation over the notes which your solution doesn't seem to see.

I had tried adding the articulations to my MWE and didn't get them to show up with quotedEventTypes.

Thank you,

Paul





reply via email to

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