]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run convert-ly on input/
authorCarl Sorensen <c_sorensen@byu.edu>
Sun, 6 Jul 2008 02:24:08 +0000 (20:24 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sun, 6 Jul 2008 02:24:08 +0000 (20:24 -0600)
17 files changed:
input/bach-schenker.ly
input/cary-layout.ly
input/cary.ly
input/example-1.ly
input/example-2.ly
input/example-3.ly
input/les-nereides.ly
input/mutopia-header.ly
input/proportional.ly
input/puer-fragment.ly
input/sakura-sakura.ly
input/simple-song.ly
input/simple.ly
input/twinkle-pop.ly
input/typography-demo.ly
input/wilhelmus.ly
input/xiao-haizi-guai-guai.ly

index 729a745b9f0d2cbc22839a696f70f84c2dff57b7..48fa74db71cb6076c30f775a99d9f312d13b1e9a 100644 (file)
@@ -14,7 +14,7 @@
 
 I = \once \override NoteColumn #'ignore-collision = ##t
 
-\version "2.11.38"
+\version "2.11.51"
 
 staffPiano = \new PianoStaff {
   \set Score.timing = ##f
index 549bda4fd5b4474fa356aa10ce289983c46eee5d..c0ec727c2c8c2e7f6b9ca0daee9f32e6f791e246 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.11.38"
+\version "2.11.51"
 
 \layout {
   indent = #0
index b434aa74672e9245552b350d4d165b20a345aa3e..bc79fc9db958ca44a1f4675cb15671b5bf9ede6c 100644 (file)
@@ -21,7 +21,7 @@
 % Copyright 2006 for the entire score;
 % All rights reserved by the composer.
 
-\version "2.11.38"
+\version "2.11.51"
 
 \include "english.ly"
 \include "cary-layout.ly"
index 74ec47ee28389ef4502a260d6b385384dabe27df..9163177ac098b76d3a71f66a3d0dc2d0e3ebb387 100644 (file)
@@ -18,4 +18,4 @@ also included in the user-manual.
 %}
 
 %% Optional version number
-\version "2.11.38"
+\version "2.11.51"
index 8693e6e962df14f2c41ea8153586a823e7945589..94d56b09f88d71ea6db846069e5ff04c1146841f 100644 (file)
@@ -17,5 +17,5 @@ also included in the user-manual.
 %}
 
 %% Optional version number
-\version "2.11.38"
+\version "2.11.51"
 
index e76f5b4db79ce9bd08ba2916cb5966f8dafdc294..30a16d164c34be7380756dcfb5eb13f07ee12afa 100644 (file)
@@ -33,4 +33,4 @@ also included in the user-manual.
 %}
 
 %% Optional version number
-\version "2.11.38"
+\version "2.11.51"
index 89be94295eb7f298d285e42538999ca1d321a86e..b96a5ce49e8f64245e2418cccba6a4c5f0824ea8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.38"
+\version "2.11.51"
 
 \header {
     composer = "ARTHUR GRAY"
@@ -36,10 +36,10 @@ treble = \new Voice \relative c''{
 
     \change Staff=bass
 
-    cis,16^2(^\markup {\small \italic "m.d." }\sustainUp
+    cis,16^2(^\markup {\small \italic "m.d." }\sustainOff
     <fis fis,>8 <e! e,!>
     | %4
-    <dis, a' dis>4)\sustainDown
+    <dis, a' dis>4)\sustainOn
     
     \change Staff=treble
     
@@ -119,7 +119,7 @@ bass = \new Voice \relative c{
     | %2
     %\override Staff.SustainPedalLineSpanner #'staff-padding = #5 %tweak
                           
-    <cis cis,>4\sustainDown
+    <cis cis,>4\sustainOn
     \change Staff=treble
     \stemDown
     <a'' eis cis>4)\arpeggio
@@ -127,11 +127,11 @@ bass = \new Voice \relative c{
     \change Staff=bass
     \stemNeutral
     
-    r8. cis,,16(\sustainUp <fis fis,>8 <gis gis,>
+    r8. cis,,16(\sustainOff <fis fis,>8 <gis gis,>
     
     | %3
 
-    <a a,>4\sustainDown
+    <a a,>4\sustainOn
     \change Staff=treble
                        
     \stemNeutral
@@ -159,7 +159,7 @@ bass = \new Voice \relative c{
        s32 s s
        s s s
        \clef bass
-       <e,,, e,>32(\sustainUp\sustainDown
+       <e,,, e,>32(\sustainOff\sustainOn
     
        \revert Stem #'stroke-style
     }
@@ -177,18 +177,18 @@ bass = \new Voice \relative c{
     %%a,8 e'[-5(<a-2 cis-3>])
 
                           
-    a,8\sustainDown e'[-5(<a cis>])-2-3
+    a,8\sustainOn e'[-5(<a cis>])-2-3
     %%r b,-5 <e-3 gis-5 d'>4
-    r b,-5\sustainUp\sustainDown <e gis d'>4-3-5
+    r b,-5\sustainOff\sustainOn <e gis d'>4-3-5
     \slurNeutral
-    e,8[-5(\sustainUp
+    e,8[-5(\sustainOff
     
     | %6
-    a)-2]\sustainDown
+    a)-2]\sustainOn
     \slurUp
-    e'[(<a cis>)] r b,\sustainUp\sustainDown <e gis d'>4
+    e'[(<a cis>)] r b,\sustainOff\sustainOn <e gis d'>4
     \slurNeutral
-    e,8[(\sustainUp
+    e,8[(\sustainOff
     
     | %7
     a)]
index 34f044362c30a1a35bbba073ff52605898b71202..fad11b69c96155a1bd5c448cf0162d9147251742 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.38"
+\version "2.11.51"
 \header {
   title =      "Title"
   subtitle =   "Subtitle"
index 638f3be0bc27ac360063019c9bfd28f97dd60c39..fed31ed8e313e31ae0fad075b419e24bbc876854 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.38"
+\version "2.11.51"
 
 \header
 {
index e32c633a052797ce5fa73fcb43894d591533d0a2..afcfc52bf99e66231b9f252973d4c7aba252685e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.38"
+\version "2.11.51"
 \header {
     title      = "Puer natus est nobis"
     subtitle   = "Antiphona ad introitum VII"
index b54b8cc9ec7330157506fce22da5c3edf8c88a8e..22b956e53673778b7ee779f4708a3fb9fc09d1fe 100644 (file)
@@ -1,6 +1,6 @@
 %% sakura-sakura.ly
 
-\version "2.10.0"
+\version "2.11.51"
 
 
 \header {
index b749bb74cbc9bf3568de23da6a3165d646979779..74f48a75b731d956abc1d0979e38c84d7bf557bc 100644 (file)
@@ -13,5 +13,5 @@
 >>
 
 %% Optional helper for automatic updating by convert-ly.  May be omitted.
-\version "2.10.0"
+\version "2.11.51"
     
index fc78b35e34a1141dc56f48829fb3412c7d4c69c1..f701f7947f643eab39e683a0e4f2ce8104cb9966 100644 (file)
@@ -4,4 +4,4 @@
 }
 
 %% Optional helper for automatic updating by convert-ly.  May be omitted.
-\version "2.10.0"
+\version "2.11.51"
index 2fde83912ef1f1464762f41106114acb239529c8..bb7d750deb0a537211adb0cdf520ebd14da3b0f4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.51"
 \header{
   filename = "twinkle-pop.ly"
   composer = "traditional"
index 9182285cf1b5dc7b64eaa335974dad928f8e03e5..0c1488f46a7e87f64f8610931df1618978a97287 100644 (file)
@@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
 
 }
 
-\version "2.10.0"
+\version "2.11.51"
 
 ignoreMelisma =        \set ignoreMelismata = ##t
 ignoreMelismaOff = \unset ignoreMelismata 
@@ -90,7 +90,7 @@ pianoRH =  \relative c''' \repeat volta 2\new Voice {
 
   r8 <e c g>8[  <e c g>] |
   <d c a>4. r8 \clef bass  <d b f> <d b f> |
-               \setTextCresc
+               \crescTextCresc
                e,16_" "\<
                g c g e g d gis b gis d gis |
                c, e a e c e a,-\f\! d fis d a d |
index a6b00e404f20d442423776d1fd1d5d9e28c220a1..3cd7cf698d66eefee2ad6c3e55e8d788f594d771 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.51"
 
 \header {
   texidoc = "Wilhelmus van Nassouwe"
index 8942ee6a8857ad33b013e1ba73df7b26a94110c5..4185baa46850cf6e493390c0c04478ea46e84030 100644 (file)
@@ -4,7 +4,7 @@
 %%  hai2zi5: child,
 %%  guai1-guai1: well-behaved)
 
-\version "2.10.0"
+\version "2.11.51"
 
 \header {
   title = "小孩子乖乖"