lilypond-user
[Top][All Lists]
Advanced

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

Re: Achieving Certain Combination with Multiple Voices


From: Lukas-Fabian Moser
Subject: Re: Achieving Certain Combination with Multiple Voices
Date: Tue, 5 Oct 2021 22:54:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Hi Omid,

Am 05.10.21 um 15:20 schrieb Omid Mo'menzadeh:
Hi all,
The photo I attached is from Fernando Sor's "A la bonne heure" (No. 1), which I am engraving using Lilypond for a readable score. The following is how I did it, which certainly looks similar to the original photo:

\version "2.22.1"

\new Staff = "guitar traditional" <<
  \clef "treble_8"
  \time 3/8
  \key e \minor
  \mergeDifferentlyHeadedOn
  \mergeDifferentlyDottedOn
  \context Voice = "high" \relative c' { \voiceOne d4-3 b8 | }
  \context Voice = "mid" \relative c' { \voiceTwo d8 \voiceThree d, s | }
  \context Voice = "low" \relative c {\voiceTwo s8 d4 | }
>>

What makes me doubt this solution is that any other measure in the piece uses two voices, except the ones looking like this! Is there a cleaner way to do this, possibly using two voices? Am I reading the score correctly?

I think your solution using three voices is absolutely correct. But notice that the \mergeDifferentlyXXX commands are not necessary in this case!

Lukas



reply via email to

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