From: fred Date: Thu, 4 Jun 1998 09:36:51 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5943 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0696ffc4608d7551a4575de67ea238bd9b76bc4a;p=lilypond.git lilypond-1.0.1 --- 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"; + } +}