lilypond-user
[Top][All Lists]
Advanced

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

CueDuringWithClef problems


From: Menu Jacques
Subject: CueDuringWithClef problems
Date: Mon, 16 Feb 2015 08:16:25 +0100

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

%%%%%%%%%%%%%%%%

reply via email to

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