lilypond-user
[Top][All Lists]
Advanced

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

Re: fingerings collide with beams


From: V!ictor address@hidden
Subject: Re: fingerings collide with beams
Date: Wed, 19 Jul 2006 19:40:11 -0400
User-agent: Mutt/1.5.11

Hello Markus,

thanks for your reply. Indeed, the sideways numbering works well, but if you 
want the numbers to be above the beams, it seems to me that Lilypond should be 
able to do this automatically. After all it is an engraving problem and I would 
think a frequent situation.  
Your final solution (using the \tweak #'padding ...) works for the particular 
example, but if the stems flip upwards, then you end up with a big space 
between the noteheads and the numbers. 
e.g.: 
% PUT THIS AT THE END OF PREVIOUS EXAMPLE
       < 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

I do think this is something one shouldn't have to tweak. 

In the mean time, your first solution works best for me...

thanks again,

Victor.


On Thu, Jul 20, 2006 at 12:34:17AM +0200, Markus Schneider wrote:
> 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
>     }
>   }
> }
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> 
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 






reply via email to

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