lilypond-user
[Top][All Lists]
Advanced

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

Re: fingerings added to tabs?


From: Blöchl Bernhard
Subject: Re: fingerings added to tabs?
Date: Wed, 02 Dec 2015 08:54:05 +0100
User-agent: Roundcube Webmail/0.9.5

Thanks for the code.
Just now I am on a PC with LP version 16.2 only. I am on a PC with version 19 some hours later. With version 16 I get errors with the 3 lines, red in

    \override Fingering.side-axis = #Y
    \override Fingering.outside-staff-priority = #200
\relative c' {

Messages (sorry, in German)

/tmp/frescobaldi-xjZ9Dx/tmpiOk7H4/document.ly:10:23: Fehler: syntax error, unexpected '.', expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN
    \override Fingering
                       .side-axis = #Y
/tmp/frescobaldi-xjZ9Dx/tmpiOk7H4/document.ly:11:4: Fehler: syntax error, unexpected \override

    \override Fingering.outside-staff-priority = #200
/tmp/frescobaldi-xjZ9Dx/tmpiOk7H4/document.ly:12:10: Fehler: falscher Typ für Argument 2; music erwartet, "c" gefunden
\relative
          c' {
/tmp/frescobaldi-xjZ9Dx/tmpiOk7H4/document.ly:12:11: Fehler: syntax error, unexpected '\''
\relative c
           ' {
/tmp/frescobaldi-xjZ9Dx/tmpiOk7H4/document.ly:12:13: Fehler: Fehler gefunden, musikalischer Ausdruck wird ignoriert
\relative c'
             {
schwerer Fehler: gescheiterte Dateien: "/tmp/frescobaldi-xjZ9Dx/tmpiOk7H4/document.ly"
Wurde mit dem Return-Code 1 beendet

Thanks anyway.



    \override Fingering.side-axis = #Y
    \override Fingering.outside-staff-priority = #200
} \relative c' {

Am 01.12.2015 23:30, schrieb Thomas Morley:
2015-12-01 22:44 GMT+01:00 Blöchl Bernhard <address@hidden>:

I have explained distictively what I expect and illustrated by an added
example graphics.

To avoid any confusion with fret number and fingering, check this code:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\new TabStaff \relative c' {
  a,8-1  a'-2 <c-3 e-4> a-1
  d,8-2 a'-3 <d-4 f-1> a-2
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



Maybe you mean something like:

\new TabStaff
\new TabVoice \with {
    \consists "New_fingering_engraver"
    \consists "Fingering_engraver"
    fingeringOrientations = #'(up)
    \override Fingering.side-axis = #Y
    \override Fingering.outside-staff-priority = #200
} \relative c' {
  a,8-1  a'-2 <c-3 e-4> a-1
  d,8-2 a'-3 <d-4 f-1> a-2
}


If so, you're explanations could have been better:
Ok, the image helped, but "check this code" without adding what you
have expected will not likely get you many helpful answers.
Usually, a TabStaff _is_ the fingering, thus the confusion.

Cheers,
  Harm



reply via email to

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