lilypond-user
[Top][All Lists]
Advanced

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

Re: 3 Voices mess


From: Malte Meyn
Subject: Re: 3 Voices mess
Date: Tue, 16 May 2017 14:17:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0


Am 16.05.2017 um 09:53 schrieb Johannes Roeßler:
> Hi list :)
> 
> I'm setting an 18th century piano fantasy and need advice.
> 
> There is one spot with 3 Voice in one staff. In the manuscript the direction 
> of the stem seems (to me) to indicate the hand that should be used.
> 
> Now I have to decide to keep this information an receive an ugly and hardly 
> readable print or to drop this information and try to work with chords 
> whenever this is possible.
> 
> Or u guys got a helpful hint...

How about this?

rightOne = \relative c''' {
  \global
  \voiceOne
  \once \override Rest.staff-position = 8
  r8  b16 d, d[ (es)] es (f) f[(g)] c
  \once \override NoteColumn.X-offset = 1
  e, e[(f)] f(g)
  \once \override Beam.positions = #'(6.5 . 7.5)
  g[ a c8] c4
}

rightTwo = \relative c'' {
  \global
  \voiceThree
  \once \override Rest.staff-position = 2
  r8 b8
  \once \override Rest.staff-position = 0
  \once \override Rest.X-offset = 1.5
  r8  b8~b c4   c8~c a' a4
}

rightThree = \relative c'' {
  \global
  \voiceTwo r8 as8[ g d] es b' a e f4 r16 d e fis
}



reply via email to

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