From d88337368b128df514d6f481c08c8ab31ecdee96 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 7 Jul 1999 12:42:13 +0000 Subject: [PATCH] lilypond-1.1.54 --- input/bugs/rhythm.ly | 19 +++++++++++++++++++ input/test/hyphen.ly | 11 +++++++++++ 2 files changed, 30 insertions(+) create mode 100644 input/bugs/rhythm.ly create mode 100644 input/test/hyphen.ly 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"; + + + -- 2.39.5