]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: update.
authorGraham Percival <graham@percival-music.ca>
Mon, 17 Dec 2007 11:36:46 +0000 (03:36 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 17 Dec 2007 11:36:46 +0000 (03:36 -0800)
input/lsr/guitar/letter-tablature-formatting.ly [new file with mode: 0644]
input/lsr/pitches/creating-music-with-scheme-music-box.ly [new file with mode: 0644]
input/lsr/pitches/volta-multi-staff.ly [new file with mode: 0644]
input/lsr/repeats/volta-multi-staff.ly [new file with mode: 0644]
input/new/guitar/letter-tablature-formatting.ly [new file with mode: 0644]
input/new/pitches/creating-music-with-scheme-music-box.ly [new file with mode: 0644]
input/new/repeats/volta-multi-staff.ly [new file with mode: 0644]

diff --git a/input/lsr/guitar/letter-tablature-formatting.ly b/input/lsr/guitar/letter-tablature-formatting.ly
new file mode 100644 (file)
index 0000000..5d497fb
--- /dev/null
@@ -0,0 +1,11 @@
+%%  Do not edit this file; it is auto-generated from LSR!
+%%  Do not edit this file; it is auto-generated from LSR!
+\version "2.11.35"
+
+\header { texidoc = "
+You can format a tablature with letters instead of numbers - so that
+0->a, 1->b, 2->c, etc. 
+
+BROKEN IN 2.11, COMMENTED OUT.
+" }
+{ c'4 }
diff --git a/input/lsr/pitches/creating-music-with-scheme-music-box.ly b/input/lsr/pitches/creating-music-with-scheme-music-box.ly
new file mode 100644 (file)
index 0000000..2d493f3
--- /dev/null
@@ -0,0 +1,12 @@
+%%  Do not edit this file; it is auto-generated from LSR!
+%%  Do not edit this file; it is auto-generated from LSR!
+\version "2.11.35"
+
+\header { texidoc = "
+This example shows prelude in C major of Bach's Well-Tempered Klavier
+1, but coded using Scheme functions to avoid typing work.
+
+BROKEN (?) IN 2.11, COMMENTED OUT.
+" }
+
+{ c'4 }
diff --git a/input/lsr/pitches/volta-multi-staff.ly b/input/lsr/pitches/volta-multi-staff.ly
new file mode 100644 (file)
index 0000000..83afb06
--- /dev/null
@@ -0,0 +1,23 @@
+%%  Do not edit this file; it is auto-generated from LSR!
+\header {
+  texidoc = "By adding @code{Volta_engraver}, repeat brackets
+  can be put over staves other than the topmost one in a score."
+}
+
+\version "2.11.36"
+
+vmus =  {
+  \repeat volta 2 c1 \alternative { d e } 
+} 
+
+\relative c'' <<
+  \new StaffGroup <<
+    \context Staff \vmus
+    \new Staff \vmus
+  >>
+  \new StaffGroup <<
+    \new Staff \with { \consists Volta_engraver }
+      \vmus
+    \new Staff \vmus
+  >>
+>>
diff --git a/input/lsr/repeats/volta-multi-staff.ly b/input/lsr/repeats/volta-multi-staff.ly
new file mode 100644 (file)
index 0000000..83afb06
--- /dev/null
@@ -0,0 +1,23 @@
+%%  Do not edit this file; it is auto-generated from LSR!
+\header {
+  texidoc = "By adding @code{Volta_engraver}, repeat brackets
+  can be put over staves other than the topmost one in a score."
+}
+
+\version "2.11.36"
+
+vmus =  {
+  \repeat volta 2 c1 \alternative { d e } 
+} 
+
+\relative c'' <<
+  \new StaffGroup <<
+    \context Staff \vmus
+    \new Staff \vmus
+  >>
+  \new StaffGroup <<
+    \new Staff \with { \consists Volta_engraver }
+      \vmus
+    \new Staff \vmus
+  >>
+>>
diff --git a/input/new/guitar/letter-tablature-formatting.ly b/input/new/guitar/letter-tablature-formatting.ly
new file mode 100644 (file)
index 0000000..11fe42f
--- /dev/null
@@ -0,0 +1,10 @@
+%%  Do not edit this file; it is auto-generated from LSR!
+\version "2.11.35"
+
+\header { texidoc = "
+You can format a tablature with letters instead of numbers - so that
+0->a, 1->b, 2->c, etc. 
+
+BROKEN IN 2.11, COMMENTED OUT.
+" }
+{ c'4 }
diff --git a/input/new/pitches/creating-music-with-scheme-music-box.ly b/input/new/pitches/creating-music-with-scheme-music-box.ly
new file mode 100644 (file)
index 0000000..72ce0dc
--- /dev/null
@@ -0,0 +1,11 @@
+%%  Do not edit this file; it is auto-generated from LSR!
+\version "2.11.35"
+
+\header { texidoc = "
+This example shows prelude in C major of Bach's Well-Tempered Klavier
+1, but coded using Scheme functions to avoid typing work.
+
+BROKEN (?) IN 2.11, COMMENTED OUT.
+" }
+
+{ c'4 }
diff --git a/input/new/repeats/volta-multi-staff.ly b/input/new/repeats/volta-multi-staff.ly
new file mode 100644 (file)
index 0000000..fdda342
--- /dev/null
@@ -0,0 +1,22 @@
+\header {
+  texidoc = "By adding @code{Volta_engraver}, repeat brackets
+  can be put over staves other than the topmost one in a score."
+}
+
+\version "2.11.36"
+
+vmus =  {
+  \repeat volta 2 c1 \alternative { d e } 
+} 
+
+\relative c'' <<
+  \new StaffGroup <<
+    \context Staff \vmus
+    \new Staff \vmus
+  >>
+  \new StaffGroup <<
+    \new Staff \with { \consists Volta_engraver }
+      \vmus
+    \new Staff \vmus
+  >>
+>>