]> git.donarmstrong.com Git - lilypond.git/commitdiff
makelsr for previous commit
authorJames Lowe <pkx166h@gmail.com>
Tue, 21 Feb 2017 10:05:01 +0000 (10:05 +0000)
committerJames Lowe <pkx166h@gmail.com>
Tue, 21 Feb 2017 10:05:01 +0000 (10:05 +0000)
Run of makelsr.py for previous
commit
dbc2dd143e50e000a39883fc8217b4ec60e08657

Documentation/snippets/analysis-brackets-with-labels.ly [new file with mode: 0644]
Documentation/snippets/editorial-annotations.snippet-list
Documentation/snippets/tweaks-and-overrides.snippet-list

diff --git a/Documentation/snippets/analysis-brackets-with-labels.ly b/Documentation/snippets/analysis-brackets-with-labels.ly
new file mode 100644 (file)
index 0000000..750ba8b
--- /dev/null
@@ -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
+}
index bfe4bfffdc32dd8c83dac03a2f0109bffb3616cb..62db50fef809198722caa591c4fe950e1cdfd71c 100644 (file)
@@ -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
index b0bf51340d84c1233da34532774be4cb0e5ae1c6..7461b97e98eebf29f8367eedcd018d7f8e571c87 100644 (file)
@@ -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