]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR updates: delete beam grouping snippet
authorPhil Holmes <mail@philholmes.net>
Fri, 8 Aug 2014 08:58:30 +0000 (09:58 +0100)
committerPhil Holmes <mail@philholmes.net>
Fri, 8 Aug 2014 09:13:13 +0000 (10:13 +0100)
Documentation/snippets/beam-grouping-in-7-8-time.ly [deleted file]
Documentation/snippets/changing-the-tuplet-number.ly
Documentation/snippets/fingering-symbols-for-wind-instruments.ly
Documentation/snippets/recorder-fingering-chart.ly
Documentation/snippets/rhythms.snippet-list

diff --git a/Documentation/snippets/beam-grouping-in-7-8-time.ly b/Documentation/snippets/beam-grouping-in-7-8-time.ly
deleted file mode 100644 (file)
index 9fff57e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-%% 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 = "rhythms"
-
-  texidoc = "
-There are no default automatic beam groupings specified for 7/8 time,
-so if automatic beams are required the grouping must be specified using
-<code>beatStructure</code>.  For example, to  group all beams 2-3-2 in
-7/8 time, specify beam endings at 2/8 and 5/8:
-
-"
-  doctitle = "Beam grouping in 7/8 time"
-} % begin verbatim
-
-\relative c'' {
-  \time 7/8
-  % rhythm 2-3-2
-  a8 a a a a a a
-  \set Score.beatStructure = #'(2 3 2)
-  a8 a a a a a a
-}
index d20801bedbe801389dff846f33bd2736aaddc576..9ac1693c96492374950b6a9fa8f58d7464b43acb 100644 (file)
@@ -11,8 +11,8 @@
 
   texidoc = "
 By default, only the numerator of the tuplet number is printed over the
-tuplet bracket, i.e., the denominator of the argument to the
-@code{\\times} command.
+tuplet bracket, i.e., the numerator of the argument to the
+@code{\\tuplet} command.
 
 Alternatively, num:den of the tuplet number may be printed, or the
 tuplet number may be suppressed altogether.
index b5b45281fd4b236c5a3cdbc238d54d79b51ba451..4274440b67496c381847e2c9740a7930824c4fe5 100644 (file)
@@ -19,12 +19,9 @@ useful for wind instruments.
 
 centermarkup = {
   \once \override TextScript.self-alignment-X = #CENTER
-  \once \override TextScript.X-offset =#(ly:make-simple-closure
-    `(,+
-      ,(ly:make-simple-closure (list
-        ly:self-alignment-interface::centered-on-x-parent))
-      ,(ly:make-simple-closure (list
-        ly:self-alignment-interface::x-aligned-on-self))))
+  \once \override TextScript.X-offset =#(lambda (g)
+  (+ (ly:self-alignment-interface::centered-on-x-parent g)
+     (ly:self-alignment-interface::x-aligned-on-self g)))
 }
 
 \score {
index 85a038f55fc2ea96629df0f0546b4415bfa9d516..4d8d548bfd9360397b42d7200cbce848ac9acc29 100644 (file)
@@ -21,12 +21,9 @@ instruments can be realized.
 
 centermarkup = {
   \once \override TextScript.self-alignment-X = #CENTER
-  \once \override TextScript.X-offset =#(ly:make-simple-closure
-  `(,+
-  ,(ly:make-simple-closure (list
-  ly:self-alignment-interface::centered-on-x-parent))
-  ,(ly:make-simple-closure (list
-  ly:self-alignment-interface::x-aligned-on-self))))
+  \once \override TextScript.X-offset =#(lambda (g)
+  (+ (ly:self-alignment-interface::centered-on-x-parent g)
+     (ly:self-alignment-interface::x-aligned-on-self g)))
 }
 
 \score {
index c837908e7296d57101f5fade7ad590e38f5dec90..0d5bde112424d3ab9c29cd904e8cbd4e5cde1f72 100644 (file)
@@ -7,7 +7,6 @@ automatic-beam-subdivisions.ly
 automatically-change-durations.ly
 avoiding-collisions-with-chord-fingerings.ly
 beam-endings-in-score-context.ly
-beam-grouping-in-7-8-time.ly
 beams-across-line-breaks.ly
 changing-beam-knee-gap.ly
 changing-form-of-multi-measure-rests.ly