Dear community,
I find it difficult to engrave the following three bars.
How can I avoid collisions between beams and ties?
Here is the snippet:

\version "2.18.2"
first = {  cis''''1  ~ cis''''1  ~ cis''''\fermata \bar"|."  }

 second = {
   \voiceTwo    s2
   \voiceThree \tuplet 3/2 { a'''8 a''' a''' }  \tuplet 3/2 { a'''\rest[
a''' a'''\rest] }
 d''4\rest  \tuplet 3/2 { e'''8\rest a''' a''' } \tuplet 3/2 { a'''[
a'''\rest a'''] }   e'''4\rest

 }
 third = {   \ottava #1  \voiceThree  f'''2 \rest   \voiceFour   fis'''2
~  fis'''1  ~ fis'''\fermata  }

 alltogether = {
<< {   \voiceOne \first  } \new Voice { \second } \new Voice { \third }
\new Voice { \voiceFour \transpose c' c \first } >> \oneVoice
 }

 \score {
 \new Staff \alltogether
 }
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to