lilypond-user
[Top][All Lists]
Advanced

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

Re: Avoiding tie/prall collision


From: Helge Kruse
Subject: Re: Avoiding tie/prall collision
Date: Tue, 10 Apr 2012 06:31:50 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Am 09.04.2012 21:12, schrieb Thomas Morley:
I'd use \override Script #'staff-padding = #'() and \voiceOne,
\voiceTwo and \oneVoice:

This looks great. I also played around with an approach that doesn't use the two voices since it's just the left hand that plays some part of the voice.

\version "2.14.2"

\context PianoStaff<<
  \context Staff=right \relative c'' {
    \key g \major \time 3/4 s2. \stemUp
    d4^~ d16 a' g\prall fis e\prall d cis\prall b | % 33
  }
  \context Staff=left \relative c' {
    \override Script #'staff-padding = #'()
    \key g \major \time 3/4 \clef bass s2. \stemDown
    \change Staff=right r16 a' g\prall fis g4  \change Staff=left r | % 33
  }


What is the benefit of the two voices approach and when should I avoid the stem up/down?

Thanks,
Helge



reply via email to

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