lilypond-user
[Top][All Lists]
Advanced

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

Re: fingering context


From: David Kastrup
Subject: Re: fingering context
Date: Sun, 04 Dec 2016 09:26:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Gianmaria Lari <address@hidden> 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

reply via email to

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