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
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to