]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-bracket-outside-staff-priority.ly
Doc-ja: fix link in NR-Vocal
[lilypond.git] / input / regression / tuplet-bracket-outside-staff-priority.ly
index fa6b082034ea5333979bdc2a53a5685a54e483e0..a8e54dcffb3f32ea2630d59457cf5a5f34920351 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.6"
+\version "2.17.6"
 \header {
 
   texidoc = "Tuplet brackets' outside staff priority can be
@@ -7,13 +7,14 @@ set.  Brackets, by default, carry their numbers with them."
 }
 
 \relative c'' {
+  \override TupletBracket.avoid-scripts = ##f
   % Plain old tuplet
   \times 2/3 { a8 r a }
   % With nothing set, collisions abound both horizontally and
   % vertically
   \times 2/3 { a8^\espressivo r a^\espressivo }
   % Setting the staff priority prevents collisions
-  \override TupletBracket #'outside-staff-priority = #1
+  \override TupletBracket.outside-staff-priority = #1
   \times 2/3 { a8^\espressivo r a^\espressivo }
   % Note that, with the outside-staff-priority set, this bracket
   % should be at the same vertical level as the first one