From 931b1775b013d9eba5e0287a64dc447fd7af7ba2 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 28 May 2001 14:19:10 +0000 Subject: [PATCH] lilypond-1.4.2 --- input/bugs/accid.ly | 10 ++++++++++ 1 file changed, 10 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..4783c013fb --- /dev/null +++ b/input/bugs/accid.ly @@ -0,0 +1,10 @@ +%The sharp is printet 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