]> git.donarmstrong.com Git - lilypond.git/commitdiff
(texidoc): add from
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 16 Jun 2003 13:58:07 +0000 (13:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 16 Jun 2003 13:58:07 +0000 (13:58 +0000)
input/just-friends.ly

ChangeLog
input/dummy.m4 [deleted file]
input/regression/allfontstyle.ly [new file with mode: 0644]
input/regression/size11.ly [new file with mode: 0644]
input/regression/size13.ly [new file with mode: 0644]
input/regression/size16.ly [new file with mode: 0644]
input/regression/size20.ly [new file with mode: 0644]
input/regression/size23.ly [new file with mode: 0644]
input/regression/size26.ly [new file with mode: 0644]
input/test/chords-without-melody.ly [new file with mode: 0644]

index d85873081c5aef8c61d5e8d41034c35561975bc7..05f739daeebb3c6542aa036138a619456a315a47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * input/test/chords-without-melody.ly (texidoc): add from
+       input/just-friends.ly
+
+       * input/regression/size{13--26}.ly: move from input/
+
+       * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
+       input/{star-spangled-banner,twinkle}.ly: remove 
+       
        * lily/slur.cc: remove slur over rest warnings.
 
        * lily/note-spacing.cc (get_spacing): include left part of right
diff --git a/input/dummy.m4 b/input/dummy.m4
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/input/regression/allfontstyle.ly b/input/regression/allfontstyle.ly
new file mode 100644 (file)
index 0000000..86b8d9a
--- /dev/null
@@ -0,0 +1,19 @@
+\version "1.5.68"
+
+
+
+
+\score {  \notes
+       \relative c'' \context Staff {
+               \emptyText
+               \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
+                \alternative {
+                       { \property Voice.TextScript \set #'font-style = #'italic d-4_"cantabile" }
+                       {  e }  } \grace { c16 }
+                       \property Voice.TextScript \set #'font-style = #'large
+                        f4-\ff^""^"Largo" \mark "B" g 
+       }
+       \paper { linewidth = -1.0
+       % \translator {\BarNumberingStaffContext} }
+       }
+}
diff --git a/input/regression/size11.ly b/input/regression/size11.ly
new file mode 100644 (file)
index 0000000..5c334fb
--- /dev/null
@@ -0,0 +1,12 @@
+\version "1.7.18"
+
+\header{
+texidoc="
+Fonts are  available in a default set of sizes: 11, 13, 16, 20, 23 and
+26pt staffheight.  Sizes of the text fonts and symbol fonts are made
+to match the staff dimensions.    
+"
+}
+
+\include "paper11.ly"
+\include "allfontstyle.ly"
diff --git a/input/regression/size13.ly b/input/regression/size13.ly
new file mode 100644 (file)
index 0000000..400f627
--- /dev/null
@@ -0,0 +1,4 @@
+\version "1.7.18"
+
+\include "paper13.ly"
+\include "allfontstyle.ly"
diff --git a/input/regression/size16.ly b/input/regression/size16.ly
new file mode 100644 (file)
index 0000000..c6a7333
--- /dev/null
@@ -0,0 +1,4 @@
+\version "1.7.18"
+
+\include "paper16.ly"
+\include "allfontstyle.ly"
diff --git a/input/regression/size20.ly b/input/regression/size20.ly
new file mode 100644 (file)
index 0000000..a94b47a
--- /dev/null
@@ -0,0 +1,4 @@
+\version "1.7.18"
+
+\include "paper20.ly"
+\include "allfontstyle.ly"
diff --git a/input/regression/size23.ly b/input/regression/size23.ly
new file mode 100644 (file)
index 0000000..4f64812
--- /dev/null
@@ -0,0 +1,4 @@
+\version "1.7.18"
+
+\include "paper23.ly"
+\include "allfontstyle.ly"
diff --git a/input/regression/size26.ly b/input/regression/size26.ly
new file mode 100644 (file)
index 0000000..91d624f
--- /dev/null
@@ -0,0 +1,4 @@
+\version "1.7.18"
+
+\include "paper26.ly"
+\include "allfontstyle.ly"
diff --git a/input/test/chords-without-melody.ly b/input/test/chords-without-melody.ly
new file mode 100644 (file)
index 0000000..b59ad01
--- /dev/null
@@ -0,0 +1,30 @@
+\version "1.7.18"
+\header {
+texidoc = "Jazz chords can also be used without notes."
+}
+
+\score{
+       \context ChordNames \chords{
+
+               \repeat volta 2 {
+                       f1:maj f:maj f:7 bes:7
+                       c:maj c:maj es es
+       
+       
+               }
+       }
+       \paper{
+               \translator{
+                       \ChordNamesContext
+
+                       BarLine \override #'bar-size = #4
+
+                       
+                       \consists Bar_engraver
+                       \consists "Volta_engraver"
+               }
+       }
+}
+
+
+