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

Delta Between Two Patch Sets: input/regression/auto-beam-tuplets.ly

Issue 7058068: Create a \tuplet function to complement \times and tupletSpannerDuration (Closed)
Left Patch Set: Created 12 years, 2 months ago
Right Patch Set: Fix comment problem Created 12 years, 2 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | ly/music-functions-init.ly » ('j') | ly/music-functions-init.ly » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 1
2 \version "2.17.6" 2 \version "2.17.6"
3 3
4 \header { 4 \header {
5 texidoc = "Tuplet-spanner should not put (visible) brackets on 5 texidoc = "Tuplet-spanner should not put (visible) brackets on
6 beams even if they're auto generated." 6 beams even if they're auto generated."
7 } 7 }
8 \layout { ragged-right= ##t } 8 \layout { ragged-right= ##t }
9 9
10 \relative c' { 10 \relative c' {
11 \override TupletBracket.bracket-visibility = #'if-no-beam 11 \override TupletBracket.bracket-visibility = #'if-no-beam
12 \tuplet 3/2 4 { 12 \tuplet 3/2 4 {
13 f8[ f f ] f8[ f f ] f f f f f f· 13 f8[ f f ] f8[ f f ] f f f f f f·
14 } 14 }
15 } 15 }
16 16
LEFTRIGHT

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