Take a look at the LSR: http://lsr.dsi.unimi.it/LSR/Item?id=125
Am Dienstag, 18. September 2007 schrieb Michael Sperone: > here is a minimal example of what I mean: (the first measure) > I enter this: > { \time 6/8 r2.\new Staff { \clef bass c2.\pp} |} If you compare with the LSR example, you'll see that you are missing the << and >> brackets in << {notes} \new Staff {...} >> They tell lilypond that the items inside << ... >> should be typeset in parallel (see "Parallel music" in the documentation). If you change the minimal example to { \time 6/8 c'2. | << {r2.} \new Staff { \clef bass c2.\pp}>> |} it works just fine (I inserted the c2. to see that there is really an ossia!). Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, Vienna University of Technology, Austria email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/ * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/ * K Desktop Environment, http://www.kde.org, KOrganizer maintainer * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/ _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user