]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR updates from the LSR
authorPhil Holmes <mail@philholmes.net>
Sun, 6 Dec 2015 14:48:51 +0000 (14:48 +0000)
committerPhil Holmes <mail@philholmes.net>
Sun, 6 Dec 2015 14:55:25 +0000 (14:55 +0000)
Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
Documentation/snippets/fretted-strings.snippet-list
Documentation/snippets/let-tabstaff-print-the-topmost-string-at-bottom.ly [new file with mode: 0644]
Documentation/snippets/staff-notation.snippet-list

index c7379c3b297c010fafe9b18e5bb1728dd2d21a71..6e49f9e5ec90e29810e6bf640ba2fe2b998302fc 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.19.32"
+\version "2.18.0"
 
 \header {
   lsrtags = "editorial-annotations, really-cool, text"
index 782578103984e1c16f2c5a11200207e23fef8e00..36db6ac1eacc62b028422c2ee1a774ef601d7e71 100644 (file)
@@ -24,6 +24,7 @@ hammer-on-and-pull-off.ly
 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
diff --git a/Documentation/snippets/let-tabstaff-print-the-topmost-string-at-bottom.ly b/Documentation/snippets/let-tabstaff-print-the-topmost-string-at-bottom.ly
new file mode 100644 (file)
index 0000000..691fad4
--- /dev/null
@@ -0,0 +1,49 @@
+%% 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
+  }
+>>
index 038ba0bd15bc92b4f52c998ffd3d01e207a2a4de..0322a423b049fc0f76149c9d0682a6a62e8d47b2 100644 (file)
@@ -22,6 +22,7 @@ how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
 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