]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo.ly
* lily/side-position-interface.cc (general_side_position):
[lilypond.git] / input / regression / chord-tremolo.ly
index 4b5cb2ca8d46ec76269d6b49143052e429d63b32..c45d6df58b2967bbacfa7272a1fe4be0f4c5f55f 100644 (file)
@@ -7,19 +7,30 @@ To avoid confusion, chord tremolo beams do not reach the stems, but
 leave a gap.  Chord tremolo beams on half notes are not ambiguous,
 as half notes cannot appear in a regular beam, and should reach the 
 stems.
+
+(To ensure that the spacing engine is not confused we add some regular notes as well.) 
 "
 }
   
 \score { 
   \context Voice \notes\relative c' {
-       \repeat "tremolo" 8 { c16 d16 }
-       \repeat "tremolo" 4 { c16 d16 }    
-       \repeat "tremolo" 2 { c16 d16 }    
+        % huh -> one beam missing!
+       \repeat "tremolo" 8 { d16 e }
+       \repeat "tremolo" 4 { d e }
+       \repeat "tremolo" 2 { d e }
+       \repeat "tremolo" 1 { d e }
+       \repeat "tremolo" 1 { d e }
+       \break
+       \repeat "tremolo" 4 { f'8 e }
+       \repeat "tremolo" 2 { f e }    
+       \repeat "tremolo" 1 { f e }
+       c4 c4 c4 c4
+       c4 c4 c4 c4
+       c4 c4 c4 c4
+
   }
   \paper {
-    % ugh, wide
-    %linewidth = -1.0
-    linewidth = 40*\staffspace
+    linewidth = 90*\staffspace
   }  
   \midi { }
 }