]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
release commit
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index f505ac3588d1e65cf118af7404711c6d9bd811d6..2de7e6aa8b59a6564c2bdb0aac1b19fac43269f1 100644 (file)
@@ -1,21 +1,19 @@
 
-\version "2.2.0"
+\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 { raggedright = ##t}
+\relative c' {
+  c16 c''8 c,,16
+  c16 c''8 c16
+  c16 c,,8 c16          
+  
 }