bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tie bug in 2.6


From: Bertalan Fodor
Subject: Re: Tie bug in 2.6
Date: Fri, 08 Jul 2005 19:33:07 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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




reply via email to

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