+++ /dev/null
-\score {\notes\context Voice {
-c4 \clef bass \grace c'8 c4
- }}
+++ /dev/null
-
-% dumps core: 1.3.93
-\score{
- \notes{
- \grace { <e,,,32\sustainDown( e,> } <)gis'2 e>
- }
-}
+++ /dev/null
-\header{
-texidoc="running this through ly2dvi, or with -Hheader dumps core"
-tagline="{"
-}
-
-\score {
- \notes c
-}
\ No newline at end of file
+++ /dev/null
-\score { \notes {
- \clef bass
- <{
- \grace { [c16 ] }
- \relative b, b2
- } >
-}
-}
+++ /dev/null
-% the \stopped collides with the
-%beam.
-
-
-% stopped disappeared ??
-\score { \notes {
-\clef "G"; \stemUp [a''8^\stopped a''8_\stopped]
-}}
+++ /dev/null
-\header {
-texidoc="manual beam override is ignored in first triplet"
-}
-
-\score {
- \context Voice \notes\relative c'' {
- \times 2/3 { < [ a8 c > < a c > < a c ] > }
- \times 2/3 < { [ a8 a a ] } { c c c ] } >
- }
-}