lilypond-user
[Top][All Lists]
Advanced

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

Re: I'm sorry I feel stupid asking so many questions. How do I make fing


From: foxfanfare
Subject: Re: I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?
Date: Wed, 19 Sep 2018 00:09:37 -0700 (MST)

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



reply via email to

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