]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-bracket-visibility.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tuplet-bracket-visibility.ly
index 1d4a986ac5444009816bebb068303e8122c8f203..e3ad513b173af5718eaaa20113b96f60325bd971 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.19.21"
 
 \header {
   texidoc = "The default behavior of tuplet-bracket visibility is to print a bracket
@@ -20,8 +20,8 @@ unless there is a beam of the same length as the tuplet.  Overriding
 "
 }
 
-music = \relative c'' {
-  \tuplet 3/2 { c16[ d e } f8]
+music = \relative {
+  \tuplet 3/2 { c''16[ d e } f8]
   \tuplet 3/2 { c8 d e }
   \tuplet 3/2 { c4 d e }
 }