From 85559b2545524db25e44ef7360aff31cbc85e191 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sun, 6 Dec 2015 14:48:51 +0000 Subject: [PATCH] LSR updates from the LSR --- ...staff-lines-using-the--whiteout-command.ly | 2 +- .../snippets/fretted-strings.snippet-list | 1 + ...taff-print-the-topmost-string-at-bottom.ly | 49 +++++++++++++++++++ .../snippets/staff-notation.snippet-list | 1 + 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 Documentation/snippets/let-tabstaff-print-the-topmost-string-at-bottom.ly diff --git a/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly b/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly index c7379c3b29..6e49f9e5ec 100644 --- a/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly +++ b/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly @@ -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" diff --git a/Documentation/snippets/fretted-strings.snippet-list b/Documentation/snippets/fretted-strings.snippet-list index 7825781039..36db6ac1ea 100644 --- a/Documentation/snippets/fretted-strings.snippet-list +++ b/Documentation/snippets/fretted-strings.snippet-list @@ -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 index 0000000000..691fad451a --- /dev/null +++ b/Documentation/snippets/let-tabstaff-print-the-topmost-string-at-bottom.ly @@ -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 + } +>> diff --git a/Documentation/snippets/staff-notation.snippet-list b/Documentation/snippets/staff-notation.snippet-list index 038ba0bd15..0322a423b0 100644 --- a/Documentation/snippets/staff-notation.snippet-list +++ b/Documentation/snippets/staff-notation.snippet-list @@ -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 -- 2.39.2