]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtests: add missing descriptions (half fix 1206)
authorGraham Percival <graham@percival-music.ca>
Thu, 2 Sep 2010 16:24:16 +0000 (17:24 +0100)
committerGraham Percival <graham@percival-music.ca>
Fri, 3 Sep 2010 13:18:38 +0000 (14:18 +0100)
This adds descriptions to all regtests other than festival song-*.

input/regression/beam-concave-chord.ly
input/regression/figured-bass-slashed-numbers.ly
input/regression/flags-straight-stockhausen-boulez.ly
input/regression/les-nereides.ly
input/regression/mozart-hrn-3.ly
input/regression/predefined-fretboards.ly
input/regression/stem-tremolo-forced-dir.ly

index 653165d87d1b2145073e823eda1b1237ad211a70..9eeaa955468d391a3ed34dbbd5e04135628b5a1e 100644 (file)
@@ -1,4 +1,9 @@
 \version "2.12.0"
+\header {
+texidoc = "Concave beaming works for chords as well as monophonic
+music.
+"
+}
 
 morgenliedBeam = \relative c'' \new Voice {
   \time 3/8
index 0289c3e9a2ca5372bf2d2ec9bdd62fc08e5cf3b4..f3cb62196e1ac18bbc70a97b77f662d310938fee 100644 (file)
@@ -1,5 +1,11 @@
 \version "2.12.0"
 
+\header {
+texidoc = "Figured bass supports numbers with slashes through
+them.
+"
+}
+
 bassfigures = \figuremode {
   <0/ 1/ 2/> <3/ 4/ 5/> <6/ 7/ 8/> <9/ 10/ 11/> <12/ 13/ 100/>
   <0\\ 1\\ 2\\> <3\\ 4\\ 5\\> <6\\ 7\\ 8\\> <9\\ 10\\ 11\\> <12\\ 13\\ 100\\>
index 49008ee3b1f196500503e95f254ac98c067666d9..8e1fdf86e91c7405d51dc88d19c5442e49623415 100644 (file)
@@ -1,5 +1,12 @@
 \version "2.12.0"
 
+\header {
+texidoc = "Flags can be drawn straight in the style used by
+Stockhausen and Boulez.
+"
+}
+
+
 stemLength = #(define-music-function (parser location length) (number?)
   "Set the length of the next stem explicitly."
   #{
@@ -27,4 +34,4 @@ stemLength = #(define-music-function (parser location length) (number?)
     \bar"|.|"
     \stemLength #1.25
     <g! cis'>16 \stemLength #1.3 <f'! g''!>8
-}
\ No newline at end of file
+}
index 590e6607f444ef2533fd73403cf4f546e59caaee..b1e41085c5cef72acab95f312e18cb78ac10942a 100644 (file)
@@ -7,6 +7,8 @@
     enteredby = "JCN"
     piece = "Allegretto scherzando"
     copyright = "public domain"
+
+    texidoc="Highly tweaked example of lilypond output"
 }
 
 %{
index 4e983cebb556a20fac1e4d456b3b1a5d32069cb2..bcdc1834e21195f669d26c0bb663ba3263f82fe3 100644 (file)
                          " and share it!")) }
           }
        }
-}
-%{
 
+  texidoc="
 This is the Mozart 3 for horn.  It's from an Edition Breitkopf EB
 2563, edited by Henri Kling. Henri Kling (1842-1918) was a horn
 virtuoso that taught in Geneva. 
-
-%}
+"
+}
 
 \version "2.12.0"
 
index 00a9397ff649856aa47c93c8dcd289a8b29d046e..8644ca0ba378c2d39c8c2c773034cbf7c0295dab 100644 (file)
@@ -1,5 +1,10 @@
 \version "2.12.0"
 
+\header {
+texidoc = "Predefined fretboards and chord shapes can be added.
+"
+}
+
 % add a chord shape
 
 \addChordShape #'bes #guitar-tuning #"x;1-1-(;3-2;3-3;3-4;1-1-);"
index 9b716b74c7105a8afaec24c848570dc5501a4c81..2957f05eaf66c7e8ef619142015b1929e7bc8428 100644 (file)
@@ -1,8 +1,16 @@
 
 \version "2.12.0"
+
+\header {
+texidoc = "Tremolo works even when a stem is forced in a
+particular direction.
+"
+}
+
 \layout { ragged-right = ##t }
 \relative c 
 {
         \clef bass
        \stemUp f4 : 32
+       \stemDown g,4 : 32
 }