Re: cello extended position fingering

2020-06-14 Thread Gleb Rogozinsky
Thanks for the help and pointing to snippets as well! вс, 14 июн. 2020 г. в 19:19, Noeck : > Hi Gleb, > > when I asked a similar question in April, Harm replied with this code: > > https://lists.gnu.org/archive/html/lilypond-user/2020-04/msg00061.html > > Best, > Joram > >

Re: cello extended position fingering

2020-06-14 Thread Noeck
Hi Gleb, when I asked a similar question in April, Harm replied with this code: https://lists.gnu.org/archive/html/lilypond-user/2020-04/msg00061.html Best, Joram

Re: cello extended position fingering

2020-06-14 Thread Robin Bannister
Gleb Rogozinsky wrote: I am the Lilypond beginner, switched from commercial software. Are you familiar with the LilyPond Snippet Repository? http://lsr.di.unimi.it/LSR/ Have a look at LSR 999 http://lsr.di.unimi.it/LSR/Item?id=999 Cheers, Robin

cello extended position fingering

2020-06-14 Thread Gleb Rogozinsky
Hi all! I am the Lilypond beginner, switched from commercial software. This time I am writing cello part, and I do not know how to show an extended position in fingering, which is like a slide symbol between fingers. Please see the picture included. Thanks for any help! Gleb

Re: position fingering

2014-03-08 Thread Mark Mathias
Thank you to Phil and Thomas for a quick response! I think Phil's response was "tongue-in-cheek", but I'm not sure! :-) At any rate the result looks like my first example, so it wasn't an improvement. Thomas's suggestion works great and I hope I've learned a little more about tweaking as a result.

Re: position fingering

2014-03-08 Thread Thomas Morley
2014-03-08 12:51 GMT+01:00 Mark Mathias : > This doesn't look right: > > \version "2.18.0" > > %Fingering collides with bracket. > > \relative { > > \[ b4^2 c^3 \] > > } [...] > Would someone please help me position the fingering withing the bracket, > either by lengthening the bracket or horizonta

position fingering

2014-03-08 Thread Mark Mathias
This doesn't look right: \version "2.18.0" %Fingering collides with bracket. \relative { \[ b4^2 c^3 \] } This is an improvement: \version "2.18.0" %Fingering is above the bracket. \relative { \[ b^\markup \finger 2 c^\markup \finger 3 \] } Would someone please help me position the