lilypond-user
[Top][All Lists]
Advanced

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

Potential valid values from quotedEventTypes


From: Ian Hulin
Subject: Potential valid values from quotedEventTypes
Date: Thu, 7 Sep 2006 17:47:35 +0100

The documentation gives an example of how to set the quotedEventTypes property if you want something different options from the default.  I am trying this:

 

\include "english.ly"

introglobal = {

            \time 9/8

            \tempo 4 . = 100

            \key a \major

            \set Score.markFormatter = #format-mark-box-letters

            \set Staff.quotedEventTypes =

                        #'(note-event articulation-event rest-event dynamic-event

                        phrasing-slur-event)

 

}

And getting these diagnostics

 

Quartet Music.ly:211:41: warning: junking event: `PhrasingSlurEvent'

                         e cs e cs e cs  a fs\! a

                                         \) |

Quartet Music.ly:214:39: warning: junking event: `PhrasingSlurEvent'

                        e cs e cs e cs a fs\! a

                                       \) |

Quartet Music.ly:218:29: warning: junking event: `PhrasingSlurEvent'

            e cs e cs e cs a fs a

                             \) |

Quartet Music.ly:221:37: warning: junking event: `PhrasingSlurEvent'

                        e cs e cs e cs a fs a

                                     \)  |

Quartet Music.ly:221:37: warning: junking event: `PhrasingSlurEvent'

                        e cs e cs e cs a fs a

                                     \)  |

Quartet Music.ly:224:27: warning: junking event: `PhrasingSlurEvent'

            d8 f a b a f e d b

                           \) |

Quartet Music.ly:226:28: warning: junking event: `PhrasingSlurEvent'

            d e d e fs e cs b a

                            \) |

Quartet Music.ly:230:32: warning: junking event: `PhrasingSlurEvent'

            ds8 d ds d cs d cs bs cs

                                \) |

Is there anywhere in the documentation that specifies all the possible valid settings for this property so I can avoid the warning messages?

 

BTW, the one place where I need to use \cueDuring to generate a cue, it gets the quote a bar out of synch. Any thoughts?

 

I would post the source files, but the main one’s getting rather large.

 

Cheers

 

Ian Hulin

 


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.1/440 - Release Date: 06/09/2006


reply via email to

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