]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/les-nereides.ly
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / input / regression / les-nereides.ly
index 53866b478089c7f3954986305ad2302ae9ab9be4..ebe1cb221dda16c4c098e0fd1fa14f60a12febd3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.4"
+\version "2.16.0"
 
 \header {
     composer = "ARTHUR GRAY"
@@ -7,6 +7,8 @@
     enteredby = "JCN"
     piece = "Allegretto scherzando"
     copyright = "public domain"
+
+    texidoc="Highly tweaked example of lilypond output"
 }
 
 %{
@@ -152,7 +154,7 @@ bass = \new Voice \relative c{
     >>
 
     \grace {
-       \override Stem  #'stroke-style = #"grace"
+       \override Flag  #'stroke-style = #"grace"
 
         s8
         s16 s s
@@ -161,7 +163,7 @@ bass = \new Voice \relative c{
        \clef bass
        <e,,, e,>32(\sustainOff\sustainOn
 
-       \revert Stem #'stroke-style
+       \revert Flag #'stroke-style
     }
     <gis' e>2)
 
@@ -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
         >>
@@ -254,7 +255,7 @@ theScore = \score{
        \context {
            \Score
            pedalSustainStrings = #'("Ped." "*Ped." "*")
-           \remove Bar_number_engraver
+           \remove "Bar_number_engraver"
         }
     }
 }