From 0696ffc4608d7551a4575de67ea238bd9b76bc4a Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 4 Jun 1998 09:36:51 +0000 Subject: [PATCH] lilypond-1.0.1 --- input/test/mark.ly | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 input/test/mark.ly diff --git a/input/test/mark.ly b/input/test/mark.ly new file mode 100644 index 0000000000..29fdba15fa --- /dev/null +++ b/input/test/mark.ly @@ -0,0 +1,23 @@ +global = \melodic { + s1 | \mark "A"; + s1*2 | \mark "'12"; +} + +one = \melodic\relative c{ + c'' c c c + c c c c + c c c c +} + +two = \melodic\relative c{ + b' b b b + b b b b + b b b b +} + +\score{ + < \global \one \two > + \paper { + \include "score-bar-numbering.ly"; + } +} -- 2.39.5