]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/display-lily-tests.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / display-lily-tests.ly
index 6e7a3ab24c9b418aac64bc0cdb597ff25b7765b4..64075f0fde4271a6848aa9e0b65adbb5e0b2b4b8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.19"
+\version "2.16.0"
 #(use-modules (srfi srfi-13)
               (ice-9 format))
 
@@ -180,6 +180,7 @@ stderr of this run."
 %% Tuplets
 \test ##[ \times 2/3 { c8 d e } #]                             % TimeScaledMusic
 \test ##[ \times 4/6 { c16 d e f g a } #]
+\test ##[ \times 2/3 { c d e \times 2/5 { f e d2 d4 } c } #]
 %}
 %% \relative and \tranpose
 \test #"NOT A BUG" ##[ \relative c' { c b } #] % RelativeOctaveMusic
@@ -190,6 +191,8 @@ stderr of this run."
 \test ##[ \repeat unfold 2 { c d } #]                  % UnfoldedRepeatedMusic
 \test ##[ \repeat percent 2 { c d } #]                 % PercentRepeatedMusic
 \test ##[ \repeat tremolo 4 { c16 d } #]               % TremoloRepeatedMusic
+\test ##[ \repeat tremolo 7 { c''32 b' } #]
+\test ##[ \repeat tremolo 15 { c''16 b' } #]
 \test ##[ \repeat volta 2 { c4 d } \alternative { { c d } { e f } } #]    % 
 
 %% Context creation
@@ -242,6 +245,7 @@ stderr of this run."
 \test ##[ < c \tweak #'transparent ##t e > #]
 \test ##[ < \tweak #'color #'(1.0 0.0 0.0) \tweak #'duration-log #2 c > #]
 \test ##[ c-\tweak #'font-size #3 -> #]
+\test ##[ < \tweak Accidental #'color #'(1.0 0.0 0.0) cis eis g > #]
 
 %% end test.