> move it to a layout block:
>
> \layout { \omit Fingering }
Great. Would it be better to move:
\once \override Staff.TimeSignature #'stencil = ##f
\override Staff.Clef #'stencil = ##f
to the layout block as well? Or keep it as is?
On 6/25/17, Richard Shann <[email protected]> wrote:
> On Sun, 2017-06-25 at 17:34 +0300, Ivanov Dmitry wrote:
>> 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?
>
> move it to a layout block:
>
> \version "2.18.2"
> \language "english"
> \paper {
> indent = 0
> }
> \layout { \omit Fingering }
> \new Staff \relative f''{
> \time 2/4
> \once \override Staff.TimeSignature #'stencil = ##f
> \override Staff.Clef #'stencil = ##f
>
> \relative g'' { <<
> \new Voice \relative c''{
> \voiceOne
> c2_2_[]
> }
> \new Voice \relative g''{
> \voiceTwo
> \override Fingering.direction = #UP
> g8-4^[ e-3~ e e]
> }
> >> }
> }
>
> Richard
>
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user