lilypond-user
[Top][All Lists]
Advanced

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

Achieving Certain Combination with Multiple Voices


From: Omid Mo'menzadeh
Subject: Achieving Certain Combination with Multiple Voices
Date: Tue, 5 Oct 2021 16:50:17 +0330

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?
Thanks in advance,
Omid Momenzadeh

Attachment: original.png
Description: PNG image

Attachment: minimal.ly
Description: Text Data


reply via email to

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