]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-tuplet.ly
Doc-es: various updates.
[lilypond.git] / input / regression / slur-tuplet.ly
index bd8a9316f9c904e0eca6bd87bd9fad25411a5e12..2003e95247b6696f4bb5bb7f7e76ecbdbf4a6549 100644 (file)
@@ -5,7 +5,7 @@ This may not work if the slur starts after the tuplet.  "
   
 }
 
-\version "2.11.51"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
@@ -14,11 +14,11 @@ This may not work if the slur starts after the tuplet.  "
 
 \relative {
   \slurUp
-  \override TupletBracket #'bracket-visibility = ##f
-  \override Slur #'details #'region-size  = #6
+  \override TupletBracket.bracket-visibility = ##f
+  \override Slur.details.region-size  = #6
   
-  \times 2/3
+  \tuplet 3/2
   {
-    c(  g'  c,)
+    c'(  g'  c,)
   }
 }