I'am trying to type a score with many tied (huge) chords. The result is not really satisfying in combination with line breaks (see measure 3 to 4 from the attatched jpg). In combination with using tupletFullLength ##t, a little "3" is appearing after the linebreak and the tuplet bracked is not closed (see measure 1 to 2). Are there better ways to code something like this or any workarounds?

thanks, ole

<<inline: Bild 1.jpg>>



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.11.52"



#(set-global-staff-size 40)

staffTest = \new Staff  {
        \clef treble
        \relative c' {  
        
        
\times 2/3 { <f d' fis c' des es>2        <f d' fis c' des es>1 ~   }

\break
        <f d' fis c' des es>1
\break  
        <b, e gis a d es f>1 ~
\break  
         <b e gis a d es f>1

        
        }

}


\score {
        <<
                \staffTest
        >>
        
\layout { ragged-right = ##t \context { \Staff tupletFullLength = ##t tupletFullLengthNote = ##t }
        }
}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to