]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-scaled-durations.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / chord-tremolo-scaled-durations.ly
index 0b8c6c8ad1589641dd79ce81129ee8df31de4167..1949bce9287b8c71575af8f61b6dcfd707c61dfc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   texidoc = "Don't allow scaled durations to confuse the tremolo beaming.
@@ -8,7 +8,7 @@ The tremolos should each have 3 beams."
 {
   \time 3/4
   \repeat tremolo 12 {e'32 f'}
-  \scaleDurations #'(3 . 4) {
+  \scaleDurations 3/4 {
     \repeat tremolo 12 {e'32 f'} r4
   }
 }