]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-rest.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / test / beam-rest.ly
index d5fcc0bb555fbfa579ca4200e951f8c3e7d79c3e..a3ccd14b12596877e978f9d88a98a26a43ce0851 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "1.9.2"
 
 \header{
 texidoc="@cindex Beam Over Rests
@@ -6,14 +7,14 @@ 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 %%
+