]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: Update.
authorNeil Puttock <n.puttock@gmail.com>
Thu, 27 Nov 2008 23:00:49 +0000 (23:00 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 27 Nov 2008 23:00:49 +0000 (23:00 +0000)
input/lsr/avoiding-collisions-of-chord-fingering-with-beams.ly
input/lsr/chord-name-major7.ly [new file with mode: 0644]
input/lsr/chords.snippet-list

index 62883a21bd6733bd761382427a79788f1e22b696..3431ef50c565e2a5928139a95858d2c826468bdb 100644 (file)
@@ -10,7 +10,7 @@ Fingerings and string numbers applied to individual notes will
 automatically avoid beams, but this is not true by default for
 fingerings and string numbers applied to the individual notes of
 chords.  The following example shows how this default behavior can be
-overriden:   
+overridden:   
 
 "
   doctitle = "Avoiding collisions of chord fingering with beams"
diff --git a/input/lsr/chord-name-major7.ly b/input/lsr/chord-name-major7.ly
new file mode 100644 (file)
index 0000000..5c418c4
--- /dev/null
@@ -0,0 +1,19 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.64"
+
+\header {
+  lsrtags = "chords"
+
+  texidoc = "
+The layout of the major 7 can be tuned with @code{majorSevenSymbol}. 
+
+"
+  doctitle = "chord name major7"
+} % begin verbatim
+
+\chords {
+  c:7+
+  \set majorSevenSymbol = \markup { j7 }
+  c:7+
+}
index 58222544f5390ca6bc7e5b0c522712b79f1c1ef6..6d057c919209c1d7768912b0282627bbd9788475 100644 (file)
@@ -5,6 +5,7 @@ changing-chord-separator.ly
 changing-the-chord-names-to-german-or-semi-german-notation.ly
 changing-the-positions-of-figured-bass-alterations.ly
 chord-name-exceptions.ly
+chord-name-major7.ly
 clusters.ly
 controlling-the-placement-of-chord-fingerings.ly
 displaying-complex-chords.ly