lilypond-user
[Top][All Lists]
Advanced

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

Re: ossia


From: Reinhold Kainhofer
Subject: Re: ossia
Date: Tue, 18 Sep 2007 18:10:37 +0200
User-agent: KMail/1.9.7

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: address@hidden, 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/




reply via email to

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