]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Apr 2003 00:08:55 +0000 (00:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Apr 2003 00:08:55 +0000 (00:08 +0000)
buildscripts/new-chords.py
input/regression/beaming-ternary-metrum.ly
input/regression/collisions.ly
input/regression/spacing-accidental-staffs.ly
input/regression/spacing-knee.ly
input/regression/stanza-number.ly
input/regression/tie-accidental.ly
input/regression/volta-broken-left-edge.ly

index 3c53610fb4a3d5663b2f168b0f2b32352cb5fa25..bd0cc7b5d99a11c2d1def7db6b3a8993fd213201 100644 (file)
@@ -165,6 +165,6 @@ for a in files:
 ##
 ## regexes for postfix slur & beam:
 ##
-## ([^-])\[ *([a-z]+[,']*[0-9:]+\.*) -> " \1 \2-["
-## ([^-])\( *([a-z]+[,']*[0-9:]+\.*) -> "\1 \2-("
+## ([^-])\[ *([a-z]+[!?]?[,']*[0-9:]+\.*) -> " \1 \2-["
+## ([^-])\( *([a-z]+[!?]?[,']*[0-9:]+\.*) -> "\1 \2-("
 ##
index e1ae4b2e23990100cd9eb23c76bb35693f55f827..2553de69fdfccc2a7c1782a02a3a51b8e555c9a3 100644 (file)
@@ -6,8 +6,8 @@ texidoc = "automatic beaming also works in ternary time sigs."
 \score {
    \notes \context Staff {
 \time 6/8
-[c8. c16 c16 c16] 
+ c8.-[ c16 c16 c16] 
 }
 \paper { raggedright = ##t}
 }
-%% new-chords-done %%
\ No newline at end of file
+%% new-chords-done %%
index 4be6236a20170904a5b37ebdf02f1ad6949e956a..7b02e9724ba1113cd734ab3e85aadcf53f3eff0a 100644 (file)
@@ -41,7 +41,7 @@ hairyChord =  \context Staff \notes \relative c''
       cis' \\
       \\
       ais
-    i>
+      >
 
 
 \score{
index f4eea83cad3f467afdc5156044daa49a0a248742..054000abad814b9691068832a0fb404a8dac80aa 100644 (file)
@@ -7,8 +7,8 @@ spacing of the quarter notes here."
 
 \score { \notes \relative c'' < \context Staff = SA { \time 4/4
 
-[c8 c8 cis8 cis8]
-[cis8 cis8 cis8 cis]
+ c8-[ c8 cis8 cis8]
+ cis8-[ cis8 cis8 cis]
 
 
  }
index c40d98b097c7272d88898ec61b3bc73174daaf99..a4a304d7e7f4e1a2faabc0e224f75cc419709ff6 100644 (file)
@@ -6,7 +6,7 @@ stems are put at regular distances.
     }
 \score { \notes
 {
-[g''8 g g'' g''] 
+ g''8-[ g g'' g''] 
 
     }
 \paper { raggedright = ##t}
index 42f94d16919a7fbc9291d3efca1040cf8b625339..2383638e4440ec9a25cc9b5da58df88d49be73d7 100644 (file)
@@ -4,12 +4,16 @@ texidoc = "Stanza numbers may differ for the first and following systems."
 }
 
 \score {
+<
+    \context LyricsVoice
+    \lyrics {
+       \property LyricsVoice . stanza = "first"
+       \property LyricsVoice . stz =  \markup { "2" \super "nd"  }
+       Foo1 Bar1
+    }
+    \notes { c''1 \break c''1 }
+>
 
-< \context LyricsVoice \lyrics {
+} 
 
-\property LyricsVoice . stanza =  "first"
-\property LyricsVoice . stz =  #'("2" (super "nd"))
-Foo1 Bar1   }
-
-\notes { c''1 \break c''1 }>} 
 %% new-chords-done %%
index 5277b647a0eb307daadf877208a18ceedbd45b7d..e82bb0f399d26c20ff980343e6619a358f23e58c 100644 (file)
@@ -23,7 +23,7 @@ thenotes = \notes \relative cis' {
   g2 gis ~ |
   gis g4 gis |
   g2 gis( |
-   g-)! gis4 gis |
+  g!-) gis4 gis |
   \break
   \key a \major
   gis2 gis ~ |
@@ -43,7 +43,7 @@ thenotes = \notes \relative cis' {
   % should get an accidental but it looks a bit silly and redundant.
   % See last g.
   
-   g-)! gis4 gis ~ | \break
+  g!-) gis4 gis ~ | \break
   gis2  gis ~ | gis g ~\break
   g2 g
 }
index 424bde926de4a59317e017f85546722eb38be63d..6beafed389b011b7f8a5adf73d6464d1c75396be 100644 (file)
@@ -129,11 +129,5 @@ voiceE = \notes {
        }
 
     >
-       \paper {
-           \translator {
-                \StaffContext 
-                \consists Instrument_name_engraver
-           }
-       }
 }
 %% new-chords-done %%