]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index e479332bca5882fac5a3c861ed2892db40027da6..2587fe4da6552bf1adab51b69d038b497d91a88f 100644 (file)
@@ -1,21 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.7.13"
 \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 { raggedright = ##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          
+  
 }