tripleamia wrote
> I know you have the note-fingering but when i do this it goes inside the 
> staff and it looks crowded and ugly. Is there any way I can make it go 
> outside?
> 
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user

By default, the fingerings should be outside the staff:

\new Staff \relative c { 
  g-1 a-1 b-1 c-1 d-1 e-1 f-1 
  g-1 a-1 b-1 c-1 d-1 e-1 f-1 
  \override Fingering.direction = #-1
  g-1 a-1 b-1 c-1 d-1 e-1 f-1
  g-1 a-1 b-1 c-1 d-1 e-1 f-1 }

The only case it could happend to be inside it, is when you use fingerings
within a chord: < a-1 >.
You'd have then to set the fingeringOrientations as shown by Aaron. But this
would work by default: < a >-1



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to