lilypond-user
[Top][All Lists]
Advanced

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

Fingerings get crushed if key is removed. Bug?


From: Pierre-Luc Gauthier
Subject: Fingerings get crushed if key is removed. Bug?
Date: Wed, 24 Feb 2016 11:14:06 -0500

Greetings,

Just documenting an oddity.

If you remove the key (on line 11) the piano fingerings get crushed into the beams.

Rather strange…

Should I file a bug report ?

Have a good day
--
Pierre-Luc Gauthier
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
http://lilybin.com/z6ukgb/6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
\language "english"

global = {
  % Try and remove the key bellow.
  \key c \major
  % If the key is not there, the fingerings get crushed up
  \time 6/4
}

right = \relative c' {
  \global
  <<
    {
      c8 cs d ds e f fs g gs a as b
      c cs d ds e f fs g gs a as b
      c1.
      c8 b bf a af g gf f e ef d df
      c b bf a af g gf f e ef d df
      c1.
    }
    {
      s8-1
      \repeat unfold 2 {
        \repeat unfold 2 {s-3 s-1} s-2
        \repeat unfold 3 {s-3 s-1} s-2
      }

      s1 s4.

      s8-2
      \repeat unfold 2 {
        \repeat unfold 3 {s-1 s-3} s-2
        \repeat unfold 2 {s-1 s-3} s-2
      }
    }
  >>
}

left = \relative c, {
  \global
  <<
    {
      c8 cs d ds e f fs g gs a as b
      c cs d ds e f fs g gs a as b
      c1.
      c8 b bf a af g gf f e ef d df
      c b bf a af g gf f e ef d df
      c1.
    }
    {
      \repeat unfold 2 {
        \repeat unfold 2 {s8-1 s-3} s-2
        \repeat unfold 3 {s-1 s-3} s-2
      } s1.-1

      s8-1
      \repeat unfold 2 { s-2
                         \repeat unfold 3 {s-3 s-1} s-2
                         \repeat unfold 2 {s-3 s-1}
      }
    }
  >>
}



scoreContent = {
  \new PianoStaff <<
    \new Staff \right
    \new Staff { \clef bass \left }
  >>
}

\score {
  \scoreContent
  \layout { }
  \midi { }
}

Attachment: NoKeyOddity.ly
Description: Text Data

Attachment: NoKeyOddity.png
Description: PNG image


reply via email to

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