lilypond-user
[Top][All Lists]
Advanced

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

Re: CueVoice related display problem


From: David Kastrup
Subject: Re: CueVoice related display problem
Date: Tue, 21 Jul 2015 19:19:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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

reply via email to

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