Re: I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?

2018-09-19 Thread foxfanfare
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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?

2018-09-18 Thread Aaron Hill

On 2018-09-18 3:01 pm, Mia Heaton 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?


Hi Mia,

You should be able to use either the _ or ^ prefix to request that a 
specific fingering go below or above rather than rely on the default 
behavior.  You can also change the fingeringOrientations to exclusively 
prefer a direction by default.



\version "2.19.82"
{ 4 % g's fingering would prefer to be below
  \set fingeringOrientations = #'(up) 4 }


-- Aaron Hill

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?

2018-09-18 Thread Mia Heaton
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@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user