how-to-change-fret-diagram-position.ly
jazz-combo-template.ly
laissez-vibrer-ties.ly
+let-tabstaff-print-the-topmost-string-at-bottom.ly
letter-tablature-formatting.ly
open-string-harmonics-in-tablature.ly
placement-of-right-hand-fingerings.ly
--- /dev/null
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.18.0"
+
+\header {
+ lsrtags = "fretted-strings, staff-notation"
+
+ texidoc = "
+In tablatures usually the first string is printed topmost. If you want
+to have it at the bottom change the
+@code{stringOneTopmost}-context-property. For a context-wide setting
+this could be done in @code{layout} as well.
+
+"
+ doctitle = "Let TabStaff print the topmost string at bottom"
+} % begin verbatim
+
+%
+%\layout {
+% \context {
+% \Score
+% stringOneTopmost = ##f
+% }
+% \context {
+% \TabStaff
+% tablatureFormat = #fret-letter-tablature-format
+% }
+%}
+
+m = {
+ \cadenzaOn
+ e, b, e gis! b e'
+ \bar "||"
+}
+
+<<
+ \new Staff { \clef "G_8" <>_"default" \m <>_"italian (historic)"\m }
+ \new TabStaff
+ {
+ \m
+ \set Score.stringOneTopmost = ##f
+ \set TabStaff.tablatureFormat = #fret-letter-tablature-format
+ \m
+ }
+>>
how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly
incipit.ly
inserting-score-fragments-above-a-staff,-as-markups.ly
+let-tabstaff-print-the-topmost-string-at-bottom.ly
letter-tablature-formatting.ly
making-glissandi-breakable.ly
making-some-staff-lines-thicker-than-the-others.ly