Hi David, you can have a look at all possible events here: http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/Music-classes.html#Music-classes
I myself use these: articulation-event text-script-event % Articulation dynamic-event crescendo-event decrescendo-event % Dynamics tie-event slur-event phrasing-slur-event % ties, slurs text-span-event fingering-event breathing-event bend-after-event HTH Markus "David A. Greene" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Markus Schneider wrote: > > You can also use \addquote and filter only desired events using > > Staff.quotedEventTypes. > > (http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Quoting-other-voic > > es.html#Quoting-other-voices) > > > > In pseudo code this would look like this: > > > > somevoice = { } > > > > partWithAllMarksAndStuff = {} > > > > \addquote framework \partWithAllMarksAndStuff > > > > \new Staff << > > \set Staff.quotedEventTypes = > > #'(mark-event % Add more as needed > > ) > > \context Voice = "somevoice" \somevoice > > \context Voice = "somevoice" > > \quoteDuring #"framework" { #(ly:export (skip-of-length > > partWithAllMarksAndStuff)) } > > I really like this direction. Is there a list of events somewhere > that can be filtered? > > I've copied my main part and turned the notes and rests into spaces. > I'd like to add markup and dynamics to it and then combine with the > parts as you've done above but filter different elements for different > parts. For example, in an SATB score, the rehearsal letters should > appear in all parts but I only want dynamics displayed in one part > (say, the alto) to keep clutter down. But I don't want to have to > copy the skips part multiple times just to add different markup for > different voices. > > Ideally, we'd like to be able to do this by putting the markup on > the "real music" part and then filter things to turn all the notes > and rests into skips and only display the markup that passes through > the filter. But I imagine something like this is a ways off. > > -Dave _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
