> \version "2.18.0"
> \new Staff <<
> \clef bass
> \new Voice = "first" {
> \voiceOne
>       b8 r8 b r
> }
> \new Voice = "second" {
> \voiceTwo
>       a8 r g r
> }
> 
> I have two questions:
> -          How can the rest  in the two voices reduced to one rest in the
> middle of the staff?

http://lsr.di.unimi.it/LSR/Item?id=336

> -          Can the pitch "a" appear before the pitch "b" ?

There are several ways. One would be to change
       a8 r g r
into
      \once \override NoteColumn.force-hshift = #-1.7 a8 r g r

HTH,
Michael
-- 
 Michael Gerdau       email: m...@qata.de
 GPG-keys available on request or at public keyserver

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to