From: fred Date: Mon, 28 May 2001 14:19:10 +0000 (+0000) Subject: lilypond-1.4.2 X-Git-Tag: release/1.5.59~5698 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=931b1775b013d9eba5e0287a64dc447fd7af7ba2;p=lilypond.git lilypond-1.4.2 --- 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 } +> +}