lilypond-user
[Top][All Lists]
Advanced

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

Re: Position of rests in cue notes


From: Jacques Menu
Subject: Re: Position of rests in cue notes
Date: Thu, 24 Dec 2015 14:39:40 +0100

Hello Peter,

Not sure what you’re after without an example.

Does this suit your need?

JM

\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
}



\relative {
  \clef "bass"
  \key d \major
  \time 2/4

  \transpose d d, {
    \relative {
      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
    }
  }
}


> Le 24 déc. 2015 à 13:42, Peter Gentry <address@hidden> a écrit :
> 
> 
> I am using cuenotes in parts with extensive rests to give players reassurance 
> with counting. 
> The only issue is that rest are placed on the top leger line ie the F of 
> treble clef. 
> Is there a way to move these down to the midle leger line ie the B of the 
> treble clef?
> 
> Merry Christmas to all Ponders...
> 
> regards
> Peter Gentry 
> 
> 
> 
> _______________________________________________
> 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]