From: James Lowe Date: Tue, 21 Feb 2017 10:05:01 +0000 (+0000) Subject: makelsr for previous commit X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=b7fff49e6e45ba9d3e3b48df76fe36d60dab518c makelsr for previous commit Run of makelsr.py for previous commit dbc2dd143e50e000a39883fc8217b4ec60e08657 --- diff --git a/Documentation/snippets/analysis-brackets-with-labels.ly b/Documentation/snippets/analysis-brackets-with-labels.ly new file mode 100644 index 0000000000..750ba8bd5a --- /dev/null +++ b/Documentation/snippets/analysis-brackets-with-labels.ly @@ -0,0 +1,46 @@ +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.19.55 +\version "2.19.55" + +\header { + lsrtags = "editorial-annotations, tweaks-and-overrides" + + texidoc = " +Text may be added to analysis brackets through the @code{text} property +of the @code{HorizontalBracketText} grob. Adding different texts to +brackets beginning at the same time requires the @code{\\tweak} command. +Bracket text will be parenthesized after a line break. + +" + doctitle = "Analysis brackets with labels" +} % begin verbatim + + +\layout { + \context { + \Voice + \consists "Horizontal_bracket_engraver" + \override HorizontalBracket.direction = #UP + } +} + +{ + \once\override HorizontalBracketText.text = "a" + c''\startGroup d''\stopGroup + \once\override HorizontalBracketText.text = "a'" + e''\startGroup d''\stopGroup + c'' + -\tweak text \markup \bold \huge "b" \startGroup + -\tweak text "a" \startGroup + d''\stopGroup + e''-\tweak text "a'" \startGroup + d''\stopGroup\stopGroup + c''-\tweak text foo \startGroup d'' e'' f'' + \break + g'' a'' b'' c'''\stopGroup +} diff --git a/Documentation/snippets/editorial-annotations.snippet-list b/Documentation/snippets/editorial-annotations.snippet-list index bfe4bfffdc..62db50fef8 100644 --- a/Documentation/snippets/editorial-annotations.snippet-list +++ b/Documentation/snippets/editorial-annotations.snippet-list @@ -4,6 +4,7 @@ adding-markups-in-a-tablature.ly allowing-fingerings-to-be-printed-inside-the-staff.ly alternative-bar-numbering.ly analysis-brackets-above-the-staff.ly +analysis-brackets-with-labels.ly applying-note-head-styles-depending-on-the-step-of-the-scale.ly avoiding-collisions-with-chord-fingerings.ly blanking-staff-lines-using-the--whiteout-command.ly diff --git a/Documentation/snippets/tweaks-and-overrides.snippet-list b/Documentation/snippets/tweaks-and-overrides.snippet-list index b0bf51340d..7461b97e98 100644 --- a/Documentation/snippets/tweaks-and-overrides.snippet-list +++ b/Documentation/snippets/tweaks-and-overrides.snippet-list @@ -7,6 +7,7 @@ adjusting-lyrics-vertical-spacing.ly altering-the-length-of-beamed-stems.ly alternative-bar-numbering.ly analysis-brackets-above-the-staff.ly +analysis-brackets-with-labels.ly asymmetric-slurs.ly avoiding-collisions-with-chord-fingerings.ly caesura-railtracks-with-fermata.ly