[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rest in two voices
From: |
Michael Gerdau |
Subject: |
Re: rest in two voices |
Date: |
Wed, 16 Sep 2015 17:47:32 +0200 |
User-agent: |
KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) |
> \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: address@hidden
GPG-keys available on request or at public keyserver
signature.asc
Description: This is a digitally signed message part.
- rest in two voices, Juergen Goebbels, 2015/09/16
- Re: rest in two voices,
Michael Gerdau <=