From b2531a7aef167060f7ae88dc953a9c682ca7117b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:43:59 +0000 Subject: [PATCH] lilypond-1.3.9 --- Documentation/programmer/regression-test.tely | 2 +- input/test/double-single-acc.ly | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 input/test/double-single-acc.ly diff --git a/Documentation/programmer/regression-test.tely b/Documentation/programmer/regression-test.tely index 2597e5a796..2496262883 100644 --- a/Documentation/programmer/regression-test.tely +++ b/Documentation/programmer/regression-test.tely @@ -52,7 +52,7 @@ the signs for four, two, and one measure rest are combined to produce the graphical representation of rests for up to 10 bars. The number of bars will be written above the sign. -@mudelafile{mm-rest2.ly} +@mudelafile{mm-rests2.ly} A sharp sign after a double sharp sign, as well as a flat sign after a double flat sign is automatically prepended with a diff --git a/input/test/double-single-acc.ly b/input/test/double-single-acc.ly new file mode 100644 index 0000000000..923d03e16e --- /dev/null +++ b/input/test/double-single-acc.ly @@ -0,0 +1,18 @@ + + +thenotes = \notes \relative cis' { \time 4/4; +gisis'4 gis gisis ges | +geses ges geses gis | +gisis g geses g | +gis g ges g | +\key a \major; +gisis4 gis gisis ges | +geses ges geses gis | +gisis g geses g | +gis g ges g | +} + +\score { < \context Staff \thenotes + \context NoteNames \thenotes + > +} -- 2.39.5