I have a problem with several voices:

\version "2.18.2"
\language "english"
\paper {
  indent = 0
}
\new Staff  \relative f''{
  \time 2/4
  \once \override Staff.TimeSignature #'stencil = ##f
  \override Staff.Clef #'stencil = ##f
  \omit Fingering
  \relative g'' {  <<
      \new Voice \relative c''{
        \voiceOne
        c2_2_[]
      }
      \new Voice \relative g''{
        \voiceTwo
        \override Fingering.direction = #UP
        g8-4^[ e-3~ e e]
      }
  >> }
}

This produces fingering. How can I remove it?

On 6/25/17, Ivanov Dmitry <[email protected]> wrote:
> Manuela Gößnitzer <[email protected]> writes:
>
>> Try
>>
>> \override Fingering.stencil = ##f
>
> David Kastrup<[email protected]> writes:
>
>> As does
>>
>>    \omit Fingering
>
>
> Thanks a lot. Both variants work.
>

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

Reply via email to