lilypond-user
[Top][All Lists]
Advanced

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

Re: How to hide fingering in the output


From: Ivanov Dmitry
Subject: Re: How to hide fingering in the output
Date: Sun, 25 Jun 2017 17:34:43 +0300

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 <address@hidden> wrote:
> Manuela Gößnitzer <address@hidden> writes:
>
>> Try
>>
>> \override Fingering.stencil = ##f
>
> David Kastrup<address@hidden> writes:
>
>> As does
>>
>>    \omit Fingering
>
>
> Thanks a lot. Both variants work.
>



reply via email to

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