]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.54
authorfred <fred>
Wed, 7 Jul 1999 12:42:13 +0000 (12:42 +0000)
committerfred <fred>
Wed, 7 Jul 1999 12:42:13 +0000 (12:42 +0000)
input/bugs/rhythm.ly [new file with mode: 0644]
input/test/hyphen.ly [new file with mode: 0644]

diff --git a/input/bugs/rhythm.ly b/input/bugs/rhythm.ly
new file mode 100644 (file)
index 0000000..e9fdd62
--- /dev/null
@@ -0,0 +1,19 @@
+text =   \lyrics { four4 syl- la ble }
+two = \notes  { c4. c8 }
+fourn = \notes  { c4. c8 c4. c8 }
+fiven = \notes  { [c16  c16 \bar "";  <{ c8 } { c16 c16 }> c8 }
+
+\score { \notes{
+       \context Staff = SA
+       < \context Staff { \two } 
+         \context Lyrics { \rhythm \fourn \text   }
+       >
+       < \context Staff { \two } 
+         \context Lyrics { \rhythm \two \text   }
+       >
+       < \context Staff { \fiven } 
+         \context Lyrics { \rhythm \fiven \text   }
+       >
+
+}
+}
diff --git a/input/test/hyphen.ly b/input/test/hyphen.ly
new file mode 100644 (file)
index 0000000..21c2f4d
--- /dev/null
@@ -0,0 +1,11 @@
+\score{
+       <
+       \context Staff \notes { c' () c' () c' c' }
+       \context Lyrics \context LyricVoice \lyrics { bla -- alb xxx -- yyy }
+       >
+}
+
+\version "1.1.53"; 
+
+
+