lilypond-user
[Top][All Lists]
Advanced

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

Re: fingerings collide with beams


From: Markus Schneider
Subject: Re: fingerings collide with beams
Date: Thu, 20 Jul 2006 00:34:17 +0200

Hi again, Victor!

Maybe the last part is the "solution"?

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.9.7"

\score {
  {
    \new Staff {
      < a-1 c'''-1 >32
      < a-2 c'''-2 >32
      < a-1 c'''-1 >32
      < a-2 c'''-2 >32
      \set fingeringOrientations = #'(up left)
      < a-1 c'''-1 >32
      < a-2 c'''-2 >32
      < a-1 c'''-1 >32
      < a-2 c'''-2 >32
      \set fingeringOrientations = #'(up right)
      < a-1 c'''-1 >32
      < a-2 c'''-2 >32
      < a-1 c'''-1 >32
      < a-2 c'''-2 >32
      \unset fingeringOrientations
      < a-\tweak #'padding #4 -1 c'''-1 >32
      < a-\tweak #'padding #4 -2 c'''-2 >32
      < a-\tweak #'padding #4 -1 c'''-1 >32
      < a-\tweak #'padding #4 -2 c'''-2 >32
    }
  }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%







reply via email to

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