]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-rest.ly
* input/test/figured-bass-alternative.ly: fix accidental.
[lilypond.git] / input / test / beam-rest.ly
index 2fd24f07dddfd1a3931a3458f5430c4e645248da..efba63ec2aa3a6c4a270e66804bd63e7a96e3ad9 100644 (file)
@@ -1,20 +1,20 @@
-\version "1.7.18"
+
+\version "2.1.7"
 
 \header{
-texidoc="
+texidoc="@cindex Beam Over Rests
 Beams over rests.
-"
-}
+" }
 
 \score{
-        \context Staff=one \notes\relative c''{
-         r4  r8-[ g a]
-          bes8-[ r16 f g a]
-          bes8-[ r16 \property Voice.stemLeftBeamCount = #1 f g a]
+    \notes\relative c''{
+         r4  r8[ g a]
+          bes8[ r16 f g a]
+          bes8[ r16 \property Voice.stemLeftBeamCount = #1 f g a]
     }
 
     \paper{
         raggedright = ##t
     }
 }
-%% new-chords-done %%
+