lilypond-devel
[Top][All Lists]
Advanced

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

problems with \cueDuring


From: Werner LEMBERG
Subject: problems with \cueDuring
Date: Tue, 30 Nov 2004 06:49:14 +0100 (CET)

I still have problems with the current implementation of cue note
support.

First, it is a major nuisance to create the `cue' voice manually,
because it should have the same number of beats as the other voices,
and it seems to me that this information can't be extracted
automatically dependent on other voices.  What do you think of an
implicit cue voice which is created with, say,

  \new Voice \with {
    \consists Cue_engraver
    \override Cue #'length = #5.5
    ...
  }

Second, \cueDuring doesn't work correctly.  A negative direction value
has no effect (see example below); additionally, the rests aren't
shifted vertically according to the direction.

BTW, \killCues works fine.


    Werner


======================================================================

smaller = {
  \set fontSize = #-2
  \override Stem #'length = #5.5
  \override Beam #'thickness = #0.384
  \override Beam #'space-function =
    #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
}

\addquote clarinet \relative {
  r2 r8 c f f
}

<<
  \context Voice = cue {
    \smaller \skip 1*2
  }

  \set Score.skipBars = ##t

  \context Voice {
    \cueDuring #"clarinet" #-1 { R1 }
    g4 g2.
  }
>>

\layout {
  raggedright = ##t
}

======================================================================

begin 644 cueDuring.png
MB5!.1PT*&@address@hidden,```!S"`(```"-7/=)````!&=!34$``+&/
M"_QA!0```#AT15AT4V]F='=A<address@hidden<VEO;address@hidden
M,B\R.2\Y-"`H4$Y'('!A=&-H(#$N,BG=%2Y)```#:$E$051XVNW=S6ZK0`P&
MT$Z5]W]E[B(JRB6$\(]MSMEUD4J!^<8>!DCKNNX'2.[7(0!)!B09D&1`DD&2
M`4D&)!F09)!D0)(!208D&209D&1`DH&426ZMM=:<%4B<address@hidden'"=
M+-B0+\F#W'I)(*2OR7V,E67(address@hidden<GJ,-2LR4"R)"O(4+`F
M6R&#[AHD&4BH';I`U21S<Z==`'I$^!JM_3>A]/EW&2S*?#]C1OYZLI[_Y#[G
M].0R]HCSM9_G6!F_VQ"D3I*[KGL?/0IREM".GC[NF&35(,OA-;U*\K)Q9L3(
address@hidden@/+D`BR40/+75:,/O)4&#>O'X_^;A7_XQN8&;<U9R8$">^R.HF
M><4'YWS$?O*A?N-\VWW/\>AQU"-05<W[KD?O$GN-<?!(MS\&*"&ZZQ4%.>R%
MTW4M;KKE%FKR#C'>9;Q6*F4J,VFZZ].J3:*R-IC:%&2^3_IVH:!`_;AF%^K3
M<XN[/$=1[*[/,S>35G_PN%VHW?>N3ML,N^]3C=<>][`Q5M8(NDY^+\A?Q^ON
M`SI10BR2"9KDHP>NH8\D7]E`=EWW>JFV__.V?:;address@hidden)'E3.3X5T78&=[ML3
M/;6GOR!K=[TTEDLS(,;4[.#L)T.!Z?BR_>2O+ZD8?76N,K5H&IW_EN*EXV_U
M1^PG5^NN!]]3]0YR(K1:ULE;2_?7\:address@hidden&QDOR>R>DP&ST0M":_O^Y\L(&L
M(%_;(AW]$>ITU\\PS[E5TT`YN3G:]R.<X''Y2.K#/'address@hidden@C
M)GG[1&#ZO_G1R[N??*-U,E!AG>PGW2!]37:/%Q2IR8NBCB-&UG6REEN,25^3
address@hidden:.:;address@hidden;/AA1&:F!?=W;6]IM4X>O:3TZ^3Q7C+
ML7+TK)-/'7_O-UVKQB8^DB7YY^6Q9'>)0.(DBRX47R<#\WG8B`"C<,9M+?ON
M)]=K!M5D4)/AE.*\>I1^^F'0>L/>address@hidden"+<E$MR5F]_FY3TFF
M;(Q',_SZ#ROUV-;)Q&VPMP_.W?^A)`,'address@hidden@Q(,B#)@"2#)address@hidden(,D@
MR8`D`Y(,2#)(,B#)@"address@hidden@R(,F`)(,D`Y(,2#(@R2#)@"address@hidden(,B#)
J4,D_(O+LX.TJUA$````'=$E-10?4"QT4.ARZ7\-0`````$E%3D2N0F""
`
end




reply via email to

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