projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79cc56a
)
This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_15'.
release/2.1.15
author
janneke
<janneke>
Mon, 26 Jan 2004 10:36:08 +0000
(10:36 +0000)
committer
janneke
<janneke>
Mon, 26 Jan 2004 10:36:08 +0000
(10:36 +0000)
input/bugs/rhytmicstaff-tie.ly
[deleted file]
patch
|
blob
|
history
diff --git
a/input/bugs/rhytmicstaff-tie.ly
b/input/bugs/rhytmicstaff-tie.ly
deleted file mode 100644
(file)
index
197e3ac
..0000000
--- a/
input/bugs/rhytmicstaff-tie.ly
+++ /dev/null
@@
-1,14
+0,0 @@
-% from José Luis Cruz <joseluis AT jazzartistas.com>
-\version "2.1.0"
-
-\header {
- texidoc="@cindex A tie in RhythmicStaff fails to compile."
-}
-
-\score {
- \context RhythmicStaff {
- \notes {
- c1 ~ c1
- }
- }
-}