lilypond-user
[Top][All Lists]
Advanced

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

In TabVoice - how to avoid: "programming error: side-axis not set for gr


From: Thomas Morley
Subject: In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"
Date: Sun, 8 Mar 2020 18:01:33 +0100

Hi all,

if I want to print StrokeFinger in TabStaff I need to consist
"New_fingering_engraver". And it works fine, at first sight...
Alas, if there is an additional markup then I get a programming error
(even if the markup isn't printed at all).

\version "2.20.0"

\new TabVoice \with { \consists  "New_fingering_engraver" }
  { b-\rightHandFinger 1 -"foo" }

>From terminal:
[...]
atest-100.ly:269:6: programming error: side-axis not set for grob StrokeFinger.
  { b
     -\rightHandFinger 1 -"foo" }
atest-100.ly:269:6: continuing, cross fingers
[...]

Any hints why this error is generated and how to avoid?


Thanks,
  Harm



reply via email to

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