+++ /dev/null
-\score { \notes {
-\context StaffGroup <\context PianoStaff = PA< c4 d4 >
- \context PianoStaff =PB < c4 d4 >
->}
-}
-
+++ /dev/null
-\score {
- \notes {
- c'\longa c'\breve
- c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64 c'2. c'8. c'16
- }
- \paper {
- linewidth = -1.0;
- \translator { \type "Score_engraver";
- \name "Score";
- \consists "Note_heads_engraver";
- \consists "Stem_engraver";
- \consists "Rhythmic_column_engraver";
- }}}
-
+++ /dev/null
-%grace-accident.ly
-\score{
- \context Staff=foo \notes\relative c''{
-% c8 % remove line to dump core
- \grace { cis8 dis } e,4
- }
-}
+++ /dev/null
-%hairy grace stuff:
-
-\score{
- \context Staff=foo \notes\relative c''{
- % two auto beams
- d4 \grace c8 d8 \grace { d16 c16 } d8 c2
- \property Voice.verticalDirection = 1
- % colliding beams
- d4 \grace c8 d8 \grace { d16 c16 } d8 c2
- \property Voice.verticalDirection = 0
- % leger lines
- d,,4 \grace c8 d8 \grace { d16 c16 } d8 c2
- }
-}
+++ /dev/null
-\score{\notes{
-c'' \< \! c'' d'' \decr e'' \rced
-< f''1 {s4 \< \! s4 \> \! s2 } >
-}}
+++ /dev/null
-shortlong = \notes{
- c4()c( c c |
- c c c c |
- c c c c |
- \break
- c c c )c |
- c c c c |
- c c c c |
- c c c c |
- c c c c |
-}
-
-\score{
- \shortlong
- \paper{
- indent = 0.0\pt;
- % linewidth= 30.\mm;
- castingalgorithm = \Wordwrap;
- }
-}
+++ /dev/null
-\version "1.1.52";
-
-% bug
-% excentric slur can't handle this ...
-\score{
- \notes{
- \stemdown
- \times 4/5 {c8( c f,, c c} c c c )c |
- }
-}
+++ /dev/null
-\version "1.1.52";
-
-
-% middle tie is wrong
-\score{
- \notes\relative c'{
- { <c4 e g > ~ <d f a>
- }
-}}
-