]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR local updates
authorPhil Holmes <mail@philholmes.net>
Fri, 20 Jul 2012 15:12:12 +0000 (16:12 +0100)
committerPhil Holmes <mail@philholmes.net>
Fri, 20 Jul 2012 15:13:45 +0000 (16:13 +0100)
13 files changed:
Documentation/snippets/ancient-fonts.ly
Documentation/snippets/chant-or-psalms-notation.ly
Documentation/snippets/chords-headword.ly
Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly
Documentation/snippets/expressive-marks.snippet-list
Documentation/snippets/fretted-headword.ly
Documentation/snippets/glissandi-can-skip-grobs.ly
Documentation/snippets/headword.snippet-list
Documentation/snippets/incipit.ly
Documentation/snippets/jazz-combo-template.ly
Documentation/snippets/score-for-diatonic-accordion.ly
Documentation/snippets/staff-headword.ly
Documentation/snippets/string-number-extender-lines.ly

index 89a583e20c996d49c8be3239c74ae95e48c1fad5..f3544b821a78120815183d2b1132c8ad40d1df5f 100644 (file)
@@ -9,7 +9,7 @@
 \version "2.15.9"
 
 \header {
-  lsrtags = "ancient-notation"
+  lsrtags = "ancient-notation, symbols-and-glyphs"
 
   texidoc = "
 Shown here are many (all?) of the symbols that are included in
index 8fcf7f502af52797339a5624131767dac84040bd..f2d658f087969ff6a71decb33b9ed9d3b4efbfe2 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.15"
 
 \header {
-  lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
+  lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers, specific-notation"
 
   texidoc = "
 This form of notation is used for the chant of the Psalms, where verses
@@ -19,8 +19,15 @@ aren't always the same length.
 } % begin verbatim
 
 
-stemOn = { \revert Staff.Stem #'transparent \revert Staff.Flag #'transparent }
-stemOff = { \override Staff.Stem #'transparent = ##t \override Staff.Flag #'transparent = ##t }
+stemOn = {
+  \revert Staff.Stem #'transparent
+  \revert Staff.Flag #'transparent
+}
+
+stemOff = {
+  \override Staff.Stem #'transparent = ##t
+  \override Staff.Flag #'transparent = ##t
+}
 
 \score {
   \new Staff \with { \remove "Time_signature_engraver" }
index cc347b3f9c9855c9de83dc2858900ceecf753983..e96c2996394ca90db3ebcfaad7825ab9afbaaa57 100644 (file)
@@ -6,15 +6,9 @@
 % This file is in the public domain.
 %% Note: this file works from version 2.15.20
 \version "2.15.20"
-#(set-global-staff-size 15)
-\paper {
-  ragged-right = ##f
-  line-width = 15\cm
-  indent = 0\cm
-}
 
 \header {
-  lsrtags = "headwords"
+  lsrtags = "headword"
   texidoc = ""
   doctitle = "headword"
 } % begin verbatim
index 4ed0476d6a0a135a2f720e9a7d4fd897ce0ee24b..e3e05978bb622fd8d9ab6812d417f062cccd00d0 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.27"
 
 \header {
-  lsrtags = "pitches"
+  lsrtags = "pitches, real-music, really-cool, scheme-language"
 
   texidoc = "
 In music that contains many occurrences of the same sequence of notes
index 0b66df27e646c3d19dd55c118c28cee1a70ffa5d..54cbf78449f2b19dd764f31c30602e610cd96c4a 100644 (file)
@@ -28,6 +28,7 @@ creating-text-spanners.ly
 double-glissando.ly
 dynamics-custom-text-spanner-postfix.ly
 dynamics-text-spanner-postfix.ly
+glissandi-can-skip-grobs.ly
 hairpins-with-different-line-styles.ly
 hiding-the-extender-line-for-text-dynamics.ly
 horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly
index 3b5821f50e6cd448c10985fddcbfc86d7890c13a..3e3eae0a508ebb5e534fbbd562fe78f081de9de1 100644 (file)
 
 \version "2.15.18"
 
-#(set-global-staff-size 15)
-\paper {
-  line-width = 17\cm
-  indent = 0\cm
-}
-
 \header {
-  lsrtags = "headwords"
+  lsrtags = "headword"
   texidoc = ""
   doctitle = "headword"
 } % begin verbatim
index e7f55741f098c967477edfa3a79a1304ffa1a2d0..f0fe926f8adf4361018d372099812c833cedf395 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.12"
 
 \header {
-  lsrtags = "expressive marks, staff-notation, tweaks-and-overrides"
+  lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides"
   doctitle = "Glissandi can skip grobs"
   texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi."
 } % begin verbatim
index 1d04d2e03ad3534a7502430c2d53e3de2d1594e9..0275e9c0f1b6fa79efa7914bc502e836ae00ca3e 100644 (file)
@@ -3,6 +3,7 @@ chords-headword.ly
 editorial-headword.ly
 expressive-headword.ly
 figured-bass-headword.ly
+fretted-headword.ly
 keyboard-headword.ly
 pitches-headword.ly
 repeats-headword.ly
index 1b289671a15e9bec74ebdf17e4f870ee585e7d10..b4026ed59c7afea1b806217ff1262be6e5ce6449 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.42"
 
 \header {
-  lsrtags = "staff-notation, ancient-notation"
+  lsrtags = "staff-notation, ancient-notation, really-cool"
   texidoc = "
 Incipits can be added using the instrument name grob, but keeping
 separate the instrument name definition and the incipit definition.
@@ -37,7 +37,7 @@ incipit =
                                instrumentName = #instrument-name
                                \override VerticalAxisGroup
                                 #'Y-extent = #'(-4 . 4)
-                            } { #incipit-music }
+                            } $incipit-music
                           }
                           \layout { $(ly:grob-layout grob)
                                     line-width = \indent
index 5c8f1e1eb6d375f550715ccc46f66e9e6f2dc3d6..ae3cec40c14d9b66200798891535f10f0ceb1f39 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.15"
 
 \header {
-  lsrtags = "keyboards, percussion, fretted-strings, template"
+  lsrtags = "keyboards, percussion, fretted-strings, template, real-music"
 
   texidoc = "
 This is quite an advanced template, for a jazz ensemble. Note that all
index 51e2a2d179507cf8ae30f17cf360a7bdf4365632..a721ee27be115764e72fed7396a18edd8d995375 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.20"
 
 \header {
-  lsrtags = "template"
+  lsrtags = "template, real-music, specific-notation"
 
   texidoc = "
 A template to write a score for a diatonic accordion.
index 150a126c95e391555a7725c07e9c3b3d412ce94d..f64a6ff43cc2eeb99ce7d660b6d97a8a2d44eaee 100644 (file)
@@ -7,16 +7,9 @@
 %% Note: this file works from version 2.15.32
 \version "2.15.32"
 \include "catalan.ly"
-#(set-global-staff-size 15)
-\paper{
-  ragged-right=##t
-  line-width=17\cm
-  indent=0\cm
-}
-
 
 \header {
-  lsrtags = "headwords"
+  lsrtags = "headword"
   texidoc = ""
   doctitle = "headword"
 } % begin verbatim
index 7064de1e66a28365b1c3749dd29cb05256ae7cf1..a632f5ab5c2f36bdc2db748721c8306552c4bab8 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.20"
 
 \header {
-  lsrtags = "editorial-annotations, text, fretted-strings, tweaks-and-overrides"
+  lsrtags = "editorial-annotations, text, fretted-strings, tweaks-and-overrides, scheme-language"
 
   texidoc = "
 Make an extender line for string number indications, showing that a