Charles Henri-Pierre writes:

> Hello,
> I start to learn to use lilypond, and I want to try it with organ score. 
> I have not undertand the chapter 9 of the tutorial which explain how to
> type music with multiple staffs. Usual score for organ use 3 lignes. 

Can you quote the piece that you don't understand?  Perhaps we could
do more explaining, there?

> Two for the hand (g key and fkey) linked like for piano, and one for 
> the pedal (f key). The third are link to the other with a thin line.

Have a look at the praeludium and fugue excerpts at:

  http://www.cs.uu.nl/people/hanwen/lilypond/input/out-www/index.html

is that what you want?

> Somebody has an example or can explain how do do that ?

Here's what you do, you make a piano staff, and add an extra staff
for the pedal:

\type Score <
    \type PianoStaff <
      \type Staff = treble { .. right hand.. }
      \type Staff = bass { .. left hand .. }
    > 
    \type Staff = pedal { .. feet .. }
  >
}

> I use italiano.ly to type, and I was thinking that "b" for dutch was 
> si bemol (si flat or sib) ? Is where an error ?

You're probably confusing Dutch with German notenames.  Dutch plain 
notenames are simply
  
  c d e f g a b c

si flat is simply 'bes'.

> Thanks

You're welcome.

Jan.

Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien/      | http://www.lilypond.org/

Reply via email to