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 <[email protected]> a écrit : > > Menu Jacques <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
