]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tuplet.ly
release: 1.3.147
[lilypond.git] / input / test / tuplet.ly
index 7ce624fbd95214458e200c42faaaa926bdb59dc8..5191612043dc1f9540907815536a70db0e073f30 100644 (file)
@@ -1,15 +1,27 @@
-\version "1.3.59"
+\version "1.3.146"
+
 
 \score { 
   \context Voice \notes\relative c'' {
 
+       \times 2/3 { c'8 c,, c }
+       \times 2/3 { c'8 c'' c,, }
+
+  
   \times 2/3 { [c8 c c]  }
   \times 2/3 { c8 [c c]  }
 
-  \property Voice .tupletBracketVisibility = #'if-no-beam  
+    \times 2/3 { [c8 c c]  }
+  \times 2/4 { r8 [c, c'] r8 }
+
+
+  
+  \property Voice.TupletBracket \set #'tuplet-bracket-visibility = #'if-no-beam  
   \times 2/3 { [c8 c c]  }
-  \property Voice .tupletDirection = #1
-  \property Voice .tupletNumberVisibility = ##f
+  \property Voice.TupletBracket \set #'direction = #1
+  \property Voice.TupletBracket \set #'tuplet-number-visibility = ##f
   \times 2/3 { c8 [c c]  }
+    
+
 }
 }