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

Delta Between Two Patch Sets: input/regression/tuplet-text-different-numbers.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: unquote \accidentalStyle parameters, make and use symbol-list-or-symbol?, some amendments Created 12 years, 5 months ago
Right Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/tuplet-properties.ly ('k') | input/regression/tuplet-text-fraction-with-notes.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 \version "2.16.0" 1 \version "2.17.6"
2 \header{ 2 \header{
3 texidoc="Non-standard tuplet texts: Printing other tuplet fractions than the o nes actually assigned." 3 texidoc="Non-standard tuplet texts: Printing other tuplet fractions than the o nes actually assigned."
4 } 4 }
5 \layout { ragged-right= ##t } 5 \layout { ragged-right= ##t }
6 6
7 7
8 \context Voice \relative c'' { 8 \context Voice \relative c'' {
9 \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-deno minator-text 7) 9 \once \override TupletNumber.text = #(tuplet-number::non-default-tuplet-denomi nator-text 7)
10 \times 2/3 { c4. c4. c4. c4. } 10 \times 2/3 { c4. c4. c4. c4. }
11 \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-frac tion-text 12 7) 11 \once \override TupletNumber.text = #(tuplet-number::non-default-tuplet-fracti on-text 12 7)
12 \times 2/3 { c4. c4. c4. c4. } 12 \times 2/3 { c4. c4. c4. c4. }
13 \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper (tu plet-number::non-default-tuplet-fraction-text 12 7) "8") 13 \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper (tupl et-number::non-default-tuplet-fraction-text 12 7) "8")
14 \times 2/3 { c4. c4. c4. c4. } 14 \times 2/3 { c4. c4. c4. c4. }
15 } 15 }
LEFTRIGHT

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