lilypond-user
[Top][All Lists]
Advanced

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

Ties & Tuplet Full Length


From: Ole Schmidt
Subject: Ties & Tuplet Full Length
Date: Wed, 13 Aug 2008 09:43:10 +0200

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

JPEG image



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

\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 }
        }
}


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

reply via email to

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