Hi JM,

To remove the error messages you should replace the R2 with r2 in the cue
part.

To get the slurs etc to appear you should replace Staff.quotedEventTypes
with Staff.quotedCueEventTypes

hth,
Kevin

On Mon, Feb 16, 2015 at 7:16 AM, Menu Jacques <imj-...@bluewin.ch> wrote:

> Hello folks,
>
> I can’t get the slurs in « Largo_Flute » nor R2 in the argument to
> \cueDuringWithClef to be displayed in the following example.
>
> Here is the log contents:
>
> Starting lilypond 2.19.15 [CueVoiceExample.ly]...
> Traitement de « /Users/menu/Documents/LaTeX/PartitionsLilypond/
> CueVoiceExample.ly »
> Analyse...
> Interprétation en cours de la musique...
> Interprétation en cours de la musique...
> /Users/menu/Documents/LaTeX/PartitionsLilypond/CueVoiceExample.ly:18:58:
> Avertissement : échec du contrôle de mesure (barcheck) à 1/2
>   \cueDuringWithClef #"Largo_Flute" #UP #"treble" { R1 |
>                                                          R2 }
> Pré-traitement des éléments graphiques...
> Interprétation en cours de la musique...
> /Users/menu/Documents/LaTeX/PartitionsLilypond/CueVoiceExample.ly:18:58:
> Avertissement : échec du contrôle de mesure (barcheck) à 1/2
>   \cueDuringWithClef #"Largo_Flute" #UP #"treble" { R1 |
>                                                          R2 }
> Sortie MIDI vers « CueVoiceExample.midi »...
> Détermination du nombre optimal de pages...
> Répartition de la musique sur une page...
> Dessin des systèmes...
> Sortie mise en page vers « CueVoiceExample.ps »...
> Conversion à « ./CueVoiceExample.pdf »...
> Compilation menée à son terme, avec succès.
> Completed successfully in 1.1".
>
> Thanks for you help!
>
> JM
>
> %%%%%%%%%%%%%%%%
>
> \version "2.19.15"
>
> Largo_Flute = \relative g'' {
>   d32 [ ( c32 d32 es32 ) f8 -! ] r4
>   c32 [ ( a32 c32 e32 ) f8 -! ] r4 | % 144
>   bes,32 [ ( g32 bes32 d32 ) es!8 -! ] r4
> }
> \addQuote "Largo_Flute" { \Largo_Flute }
>
>
> Largo = \relative d'' {
>   \clef "alto" \key bes \major \time 4/4 | % 1
>   \tempo "Largo"
>
>   \new CueVoice {
>     \set instrumentCueName = "Fl."
>   }
>   \cueDuringWithClef #"Largo_Flute" #UP #"treble" { R1 | R2 }
>
>   r16 c,16 [ f16 c16 ] a16 [ a32 bes32 c16 a16 ] \break | % 3
> }
>
> \score {
>   <<
>     \new Staff <<
>       \set Staff.quotedEventTypes = #'(note-event articulation-event
>                                         crescendo-event rest-event
>                                         slur-event dynamic-event)
>       \context Staff <<
>         \context Voice = "Largo" { \Largo }
>       >>
>     >>
>   >>
>
>   \layout {}
>
>   % To create MIDI output, uncomment the following line:
>   \midi {}
> }
>
> %%%%%%%%%%%%%%%%
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to