]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/les-nereides.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / les-nereides.ly
index 53866b478089c7f3954986305ad2302ae9ab9be4..fad2500f5be59590e126c1804ad2d4356dd67e3e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.4"
+\version "2.14.0"
 
 \header {
     composer = "ARTHUR GRAY"
@@ -7,6 +7,8 @@
     enteredby = "JCN"
     piece = "Allegretto scherzando"
     copyright = "public domain"
+
+    texidoc="Highly tweaked example of lilypond output"
 }
 
 %{
@@ -235,9 +237,8 @@ middleDynamics = {
 theScore = \score{
     \context PianoStaff <<
         \new Staff = "treble" <<
-            \overrideBeamSettings #'Score #'(4 . 4) #'end
-              #'((* . (1 1 1 1))
-                 ((1 . 32) (4 4 4 4 4 4 4 4)))
+            \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2))
+                                           ((1 . 32) . (4 4 4 4 4 4 4 4)))))
            \treble
            \trebleTwo
         >>