Gianmaria Lari <gianmarial...@gmail.com> writes:

> Is there any way to specify the fingering in a specific context? I tried
> this without success:
>
> \version "2.19.49"
>
> \score
> {
>   <<
>     \new Staff {c' d' e' f'}
>     \new Dynamics {s4-1 s4-2 s4-3 s4-4}
>   >>
>   \layout { }
> }

\version "2.19.49"

\score
{
  <<
    \new Staff {c' d' e' f'}
    \new Dynamics {s4-1 s4-2 s4-3 s4-4}
  >>
  \layout {
    \context {
      \Dynamics
      \consists "Fingering_engraver"
    }
  }
}

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to