lilypond-user
[Top][All Lists]
Advanced

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

Re: CueVoice related display problem


From: Menu Jacques
Subject: Re: CueVoice related display problem
Date: Tue, 21 Jul 2015 21:24:28 +0200

Hello David,

Thanks for your help!

I’ll look more into \cueDuring, but this solution is already fine.

JM

> Le 21 juil. 2015 à 19:19, David Kastrup <address@hidden> a écrit :
> 
> Menu Jacques <address@hidden> writes:
> 
>> Hello folks,
>> 
>> How can I get the rests parallel to the CueVoice to be as in the
>> attached PNG image, i.e right below the staff?
> 
> Well, there is a bit more manual work involved than I like (if your
> quoted Voice is placed in a music quote, \cueDuring will take some of
> that work away), but you can use something like
> 
> \version "2.19.22"
> 
> \relative {
>  \clef "alto"
>  \key d \major
>  \time 2/4
> 
>  a16 ( [ cis16 a16 cis16 ) ] a8 -. r8 | % 232
>  R2*2
> 
>  <<
>    \new Voice { \voiceTwo
>      R2 R2 R2 \tweak staff-position #-6 R2
>      \cueClefUnset
>    }
>    \new CueVoice {
>      \set instrumentCueName = "Flöte"
>      \cueClef "treble"
>      \relative {
>        a'8 -. [ a8 -. a8 -. a8 -. ] | % 234
>        a4. r8 | % 235
>        a8 -. [ a8 -. a8 -. a8 -. ] | % 236
>        a8 -. [ b8 -. cis8 -. ] r8
>      }
>    }
>>> 
> 
>  d,2 | % 239
>  <a' e'>8 -. [ -. [ <a e'>8 -. -. <a e'>8 -. ] -. ] r8 | % 240
> }
> 
> 
> -- 
> David Kastrup
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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