]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-scaled-durations.ly
Issue 2530: Use fractions rather than Scheme pairs for \scaleDuration, timeSignatureF...
[lilypond.git] / input / regression / chord-tremolo-scaled-durations.ly
index 0b8c6c8ad1589641dd79ce81129ee8df31de4167..6cf26b9589870ecc74a5f9322cc089573be0bc82 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.17"
 
 \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
   }
 }