Ok, I created a not-so-copyrighted fragment. See the problem with the
last tied chord.
The problem is closely related to the staff-space size I think, because
if I remember well, it only happened in staves that have a different
staff-space.
\version "2.6.0"
#(set-global-staff-size 16)
\include "deutsch.ly"
staffGuitarI = \new Staff {
\set Staff.fontSize = #-2
\override Staff.StaffSymbol #'staff-space = #(magstep -2)
\transposition c
\key c \major
\clef treble
\relative c' {
\time 3/4 e,8[ g' h] h,[ g' c] |
\time 4/4 e,,8 g' h f'4.~ f4 |
\time 3/4 e,,8[ g' h] h,[ g' c] |
\time 4/4 e,,8 g' h f'4.~ f4 |
<a,, d-0 f'-1 c'-4 e>8
<a d e' f c'>8 <a d e' f c'>8 <a d e' f c'>4. <a d e' f c'>4 |
<a d e' f c'>8 <a d e' f c'>8 <a d e' f c'>8 <a d e' f c'>4. <a d e' f
c'>4 |
<< { r4. <e' g h e>4. <g h e>4 ~ | <g h e>1 } \\
{ <e, h'>1 ~ <e h'> }
>>
<a a' c e f>4. <a a' c e f>2 r8 | <a a' c e f>4. <a a' c e f>2 r8 \bar
"||"
}
}
\score {
\new GrandStaff <<
\new StaffGroup <<
\staffGuitarI
>>
>>
\midi {
}
\layout {
\context { \RemoveEmptyStaffContext }
}
}
\paper {
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond