lilypond-user
[Top][All Lists]
Advanced

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

Collision between voiceOne & voiceTwo, peculiar cautionary


From: Frederick Dennis
Subject: Collision between voiceOne & voiceTwo, peculiar cautionary
Date: Thu, 4 Aug 2011 05:12:18 +0430

Dear All,
Thanks to Xavier and Peter for sorting out what
was not such a problem.
The following amended code looks fine:

\version "2.14.2"

pianoOne = \relative c' { \time 6/8 \voiceOne
aes'4 g8 \once\override NoteColumn #'force-hshift = #1 fis4 g8 }

pianoTwo = \relative c' { \voiceTwo <g d' f>4 <g d' f>8 <g d' f!>4 <g d' f>8}

\score {
\new PianoStaff <<
\new Staff = "RH"
<< { \pianoOne } \\ { \pianoTwo } >>
>>
}

The main problem was that the f sharp sat on top of the
f natural. The added natural on the following f could
be seen as excessive but is acceptable.

reply via email to

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