]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
release commit
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index d85869fb30943fd9a91a2571327bda52577443d7..2de7e6aa8b59a6564c2bdb0aac1b19fac43269f1 100644 (file)
@@ -1,21 +1,19 @@
-\version "1.5.68"
+
+\version "2.8.0"
 \header {
 
-texidoc=" Funky kneed beams with beamlets also work. The beamlets
+  texidoc=" Funky kneed beams with beamlets also work. The beamlets
 should be pointing to the note head.
 "
 
 }
 
+\layout { ragged-right = ##t}
 
-\score {
-  \notes\relative c' {
-     c16 c''8 c,,16
-     c16 c''8 c16
-     c16 c,,8 c16          
-     
-  }
-  \paper { linewidth = -1 }
+\relative c' {
+  c16 c''8 c,,16
+  c16 c''8 c16
+  c16 c,,8 c16          
+  
 }
          
-%% new-chords-done %%
\ No newline at end of file