lilypond-user
[Top][All Lists]
Advanced

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

reloading \set TabStaff.minimumFret = #x


From: bb
Subject: reloading \set TabStaff.minimumFret = #x
Date: Tue, 23 Jan 2018 15:26:41 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Is it possible to omit \set TabStaff.minimumFret = #x for a sequence of measures/bars?

One can simply override the statement by defining a string for a note.

I have a couple of bars in sequence that should be fingered below that minimumFret. The fingering of the tones of the following bars should again resdtricted above some value. I like to avoid defining the strings for a long sequence of notes.

Thanks for help, regards.


\version "2.19.80"
music = {   \clef "bass_8" b'8(d'8)  fis'8(b'8)  g'8( e'8)  cis'8( e'8) |
              e,,1\4}  % a sequence of bars .... I omitted to keep the example minimized

bass = \stringTuning <e,, a,, d, g,>
\score {
  \context Staff <<
    \transpose c c, \music

  \new TabStaff {
      \tabFullNotation
          \set TabStaff.stringTunings = #bass
      \set TabStaff.minimumFret = #7
      \set TabStaff.restrainOpenStrings = ##t
      \music
    }
>>




reply via email to

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