]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.50
authorfred <fred>
Sun, 24 Mar 2002 20:07:04 +0000 (20:07 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:07:04 +0000 (20:07 +0000)
input/praeludium-fuga-E.ly
lily/lily-version.cc

index 4e705aec23cbc24122cdc92fc8a287acc04ea4b2..2b05688939cbdf532f3f2ca111ad2e5532b5ff5f 100644 (file)
@@ -158,7 +158,7 @@ fuga2_pedal = \melodic {
   % 19
 }
 
-break = \melodic { 
+breakmusic = \melodic { 
   %\meter 4/4;
   r1
 }
@@ -169,12 +169,12 @@ break = \melodic {
   \type Score <
     \type Grandstaff <
       \type Staff = treble {
-        \praeludium_right \break \fuga2_right }
+        \praeludium_right \breakmusic \fuga2_right }
       \type Staff = bass { 
-        \praeludium_left \break \fuga2_left }
+        \praeludium_left \breakmusic \fuga2_left }
     > 
     \type Staff = pedal {
-      \praeludium_pedal \break \fuga2_pedal }
+      \praeludium_pedal \breakmusic \fuga2_pedal }
   >
 
   \paper{}
index fcf2f8e8e3f9b2e0c35e4c315fc981aabcc32215..a5aace69748c19e6404ada4b18fe8f7b24122c85 100644 (file)
@@ -4,7 +4,7 @@
 
 // #define VERSION_SZ  MAJOR_VERSION "." MINOR_VERSION "."  PATCH_LEVEL MY_PATCH_LEVEL
 #define VERSION_SZ TOPLEVEL_VERSION
-static char *s = "GNU LilyPond " VERSION_SZ " #%d";
+static char *s = "GNU LilyPond " VERSION_SZ ;
 
 
 char const *