lilypond-user
[Top][All Lists]
Advanced

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

staff polyphony, collisions between ties and beams


From: Stefan Thomas
Subject: staff polyphony, collisions between ties and beams
Date: Sun, 25 Jan 2015 09:46:23 +0100

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
 }

reply via email to

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