]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
new file.
[lilypond.git] / input / regression / glissando.ly
index bd40b8f5423e1c60d9188d17b6c6d0788abc6f9b..7c3d8b6a8b39f93302f2324ebfb7b6a41b093842 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "2.1.30"
+\version "2.3.4"
 
 \header{
 
@@ -13,7 +13,7 @@ The engraver does no time-keeping, so it involves some trickery to get
 }
 
 \score{
-        \context Staff=one \notes\relative c''{
+        \context Staff=one \relative c''{
                     % gliss non gliss and 
             c4 \glissando d e \glissando f \glissando \break
             % consecutive 
@@ -26,7 +26,7 @@ The engraver does no time-keeping, so it involves some trickery to get
     \paper{
         linewidth = 50.\mm indent = 0
        \context{
-              \StaffContext
+              \Staff
               % makes for handier debugging
               % \remove Clef_engraver
        }