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

Unified Diff: input/regression/tuplet-text-different-numbers.ly

Issue 328050043: Change \note markup command to get a duration
Patch Set: Run scripts/auxiliar/update-with-convert-ly.sh Created 7 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
Index: input/regression/tuplet-text-different-numbers.ly
diff --git a/input/regression/tuplet-text-different-numbers.ly b/input/regression/tuplet-text-different-numbers.ly
index 50099cb8d32cb0dd19a5c920800b23859804d0c8..09c3809410ef01ccc573194ace37a6d170c7f623 100644
--- a/input/regression/tuplet-text-different-numbers.ly
+++ b/input/regression/tuplet-text-different-numbers.ly
@@ -1,4 +1,4 @@
-\version "2.19.21"
+\version "2.19.65"
\header{
texidoc="Non-standard tuplet texts: Printing other tuplet fractions than the ones actually assigned."
}
@@ -10,6 +10,6 @@
\tuplet 3/2 { c''4. c4. c4. c4. }
\once \override TupletNumber.text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
\tuplet 3/2 { c4. c4. c4. c4. }
- \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
+ \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) (ly:make-duration 3 0))
\tuplet 3/2 { c4. c4. c4. c4. }
}
« no previous file with comments | « input/regression/tuplet-number-kneed-beam-horizontal-fit.ly ('k') | input/regression/tuplet-text-fraction-with-notes.ly » ('j') | no next file with comments »

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