From: fred Date: Wed, 27 Mar 2002 02:00:04 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~505 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ae5dee5b94d883b5464843ee73658c05b1d0f092;p=lilypond.git lilypond-1.5.8 --- 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 } +> +}