From ae5dee5b94d883b5464843ee73658c05b1d0f092 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:00:04 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/accid.ly | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 input/bugs/accid.ly diff --git a/input/bugs/accid.ly b/input/bugs/accid.ly new file mode 100644 index 0000000000..c04b3dddaa --- /dev/null +++ b/input/bugs/accid.ly @@ -0,0 +1,11 @@ +\header { +texidoc="The sharp is printed too far to the left." +} + +\version "1.4.0" +\score { +\notes \context Staff < + \context Voice = up {\stemUp gis''4} + \context Voice = dwn {\stemDown } +> +} -- 2.39.5