Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(699)

Unified Diff: input/regression/tuplet-text-fraction-with-notes.ly

Issue 328050043: Change \note markup command to get a duration
Patch Set: Run scripts/auxiliar/update-with-convert-ly.sh Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « input/regression/tuplet-text-different-numbers.ly ('k') | input/regression/tuplet-text-note-appended.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tuplet-text-fraction-with-notes.ly
diff --git a/input/regression/tuplet-text-fraction-with-notes.ly b/input/regression/tuplet-text-fraction-with-notes.ly
index ae3b30b836281fa71565b2e03c21d7398510521d..6907249e387275c68ae8977e16b991da31500e08 100644
--- a/input/regression/tuplet-text-fraction-with-notes.ly
+++ b/input/regression/tuplet-text-fraction-with-notes.ly
@@ -1,12 +1,12 @@
-\version "2.19.21"
+\version "2.19.65"
\header{
texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator."
}
\context Voice \relative {
- \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." "8")
+ \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes (ly:make-duration 2 1) (ly:make-duration 3 0))
\tuplet 3/2 { c''4. c4. c4. c4. }
- \once \override TupletNumber.text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
+ \once \override TupletNumber.text = #(tuplet-number::non-default-fraction-with-notes 12 (ly:make-duration 3 0) 4 (ly:make-duration 2 0))
\tuplet 3/2 { c4. c4. c4. c4. }
}
« no previous file with comments | « input/regression/tuplet-text-different-numbers.ly ('k') | input/regression/tuplet-text-note-appended.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b