From: fred Date: Mon, 30 Oct 2000 10:49:48 +0000 (+0000) Subject: lilypond-1.3.101 X-Git-Tag: release/1.5.59~5723 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=641ab3ee0a88d8502f5d61423f0caa323b3ab034;p=lilypond.git lilypond-1.3.101 --- diff --git a/input/test/custos.ly b/input/test/custos.ly new file mode 100644 index 0000000000..0bb2995c0d --- /dev/null +++ b/input/test/custos.ly @@ -0,0 +1,7 @@ + +\score { \notes { c'1 \break < d'1 f' a'> } +\paper {\translator { \StaffContext +\consists Custos_engraver; +}} + +}