lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties & Tuplet Full Length


From: Peter Johnson
Subject: Re: Ties & Tuplet Full Length
Date: Wed, 13 Aug 2008 08:11:48 -0700 (PDT)

These are two different questions.


Ole Schmidt wrote:
> 
> 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). 
> 

The chord is too near the start of the line for all the ties to show.  You
can adjust its position.  Suggestion below: look in Internals Reference
3.1.68 or this discussion group for more info.


Ole Schmidt wrote:
> 
> 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?
> 

Get rid of the tupletFullLengthNote setting, which takes the tuplet span
right to the end of the second, tied, chord.  (I don't know if this is
intended behaviour; it looks a bit odd to me.)  By the way, tupletFullLength
belongs in the Voice context, which in turn is in the Staff context.  It
doesn't matter in this case, but it might if for example you needed to
reorganise things.

%%%%%
\version "2.11.54"
\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
        \once \override NoteColumn #'X-offset = #1.25 
        <b, e gis a d es f>1
}

\layout {
        ragged-right = ##t
        indent = 0\cm
        \context {
                \Voice
                tupletFullLength = ##t
        }
}
%%%%%

HTH.

Peter
-- 
View this message in context: 
http://www.nabble.com/Ties---Tuplet-Full-Length-tp18958439p18965110.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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