Hi Federico, Hi Omer,

I'd suggest to change Federico's code into a more lute like formulation :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

global = {

   \time 3/4

   \cadenzaOn

   \omit Stem

}


high = {

   \global

   s1 g,4 c f a d' g'

   \cadenzaOff

   \undo\omit Stem

   \bar "|"

   % mes.1

     f'8 e' d' c' b a

   % fin.

   \bar "|."

}


medium = {

   \global

   s1 g,4 c f a d' g'

}


low = {

   \global

   c,4 d, e, f,

}


\score {

   \new StaffGroup <<

     \new TabStaff = "High"

     \with {

       stringTunings = \stringTuning <g, c f a d' g'>

       \override VerticalAxisGroup.staff-staff-spacing = #'((padding . 1))

       \override TimeSignature.style = #'single-digit

       \revert TimeSignature.stencil

     }

     { << \high \\ \medium >> }

     \new TabStaff = "Low"

     \with {

       \omit Clef

       \override StaffSymbol.stencil = ##f

       stringTunings = \stringTuning <c,>

       fretLabels = \markuplist {

         "///a" \null

         "//a" \null

         "/a"

         \column { \vspace #.15 "a" }

       }

     }

     { \low }

     \new Staff {

       \clef "treble_8"

       << \high \\ \medium \\ \low >>

     }

   >>

   \layout {

     \context {

       \TabStaff

       tablatureFormat = #fret-letter-tablature-format

     }

   }

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


HTH,

Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to