]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.56
authorfred <fred>
Sun, 24 Mar 2002 20:09:36 +0000 (20:09 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:09:36 +0000 (20:09 +0000)
BUGS
input/abbrev.ly [new file with mode: 0644]

diff --git a/BUGS b/BUGS
index 384fb5ce6bf735f2ac1edbe9e0ccd748a0137aa9..f7da705fa8b60c598cce7c13bb5d0bd96db3dbd6 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,6 @@
+input/abbrev.ly
+
+********
 \score{
        \melodic{
                [c2 c]
@@ -5,7 +8,7 @@
 }
 lilypond: ../flower/include/varray.hh:141: struct Rhythmic_grouping *& Array<Rhythmic_grouping *>::elem(int) const: Assertion `i >=0&&i<size_' failed.
 Aborted (core dumped)
-
+*********
 \score{
        \melodic{
                [c]
diff --git a/input/abbrev.ly b/input/abbrev.ly
new file mode 100644 (file)
index 0000000..c2522e6
--- /dev/null
@@ -0,0 +1,22 @@
+
+\score{\melodic {
+               % default abbreviations
+               c4 c4: c4:32 c4: c4 c2.
+               'a1
+               'a1:32
+               'c4:8 c': 'c4:16 c':
+%              [ 'c8:16 'c 'c 'c ] [ a a a a ]
+%              [ 'c 'f 'b e ] 
+%              [ 'c16:32 'c 'c 'c ] [ a16:32 a a a ]
+%%             % there's still some hairy beam bugfixing todo
+%%             [ c'8:16 g d 'a ]
+%%             [ c'16:32 g d 'a ]
+%%             [ 'c8:32 'f 'b e ]
+               [:32 c16 e]
+               [:32 c16 e]
+               [:16 c8 e]
+               [:16 e4 g]
+               [:16 e2 g]
+               [:16 e1 g]
+
+}}