From: fred Date: Wed, 7 Jul 1999 12:42:13 +0000 (+0000) Subject: lilypond-1.1.54 X-Git-Tag: release/1.5.59~5784 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d88337368b128df514d6f481c08c8ab31ecdee96;p=lilypond.git lilypond-1.1.54 --- diff --git a/input/bugs/rhythm.ly b/input/bugs/rhythm.ly new file mode 100644 index 0000000000..e9fdd621f0 --- /dev/null +++ b/input/bugs/rhythm.ly @@ -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 index 0000000000..21c2f4de6f --- /dev/null +++ b/input/test/hyphen.ly @@ -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"; + + +