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

Delta Between Two Patch Sets: input/regression/dot-column-engraver.ly

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Left Patch Set: No need for extensive protection while music is protected by iterator Created 12 years, 2 months ago
Right Patch Set: Address Keith's comments, add display test, fix display expression 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 | « input/regression/display-lily-tests.ly ('k') | input/regression/grace.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
1 \version "2.17.10" 1 \version "2.17.11"
2 2
3 \header { 3 \header {
4 texidoc = "Dot Columns are engraved in the Staff by default, 4 texidoc = "Dot Columns are engraved in the Staff by default,
5 enabling dots to move vertically to make room for dots from another voice. 5 enabling dots to move vertically to make room for dots from another voice.
6 If Dot_column_engraver is moved to Voice, separate dot columns are engraved, 6 If Dot_column_engraver is moved to Voice, separate dot columns are engraved,
7 and these dots avoid notes in other voices." 7 and these dots avoid notes in other voices."
8 } 8 }
9 9
10 music = \relative c'' { \time 3/4 << { 10 music = \relative c'' { \time 3/4 << {
11 <d f g>4. c c b g f a <a b> a <a' b> 11 <d f g>4. c c b g f a <a b> a <a' b>
12 } \\ \tuplet 2/1 { 12 } \\ \tuplet 2/1 {
13 <f, g b>2. a-- <a b> <g a>-. a2. a-- a a b <a b> \bar "|." 13 <f, g b>2. a-- <a b> <g a>-. a2. a-- a a b <a b> \bar "|."
14 } >> } 14 } >> }
15 15
16 \score{ \music } 16 \score{ \music }
17 \markup "move Dot_column_engraver to Voice :" 17 \markup "move Dot_column_engraver to Voice :"
18 \score{ \music 18 \score{ \music
19 \layout { 19 \layout {
20 \context {\Staff \remove "Dot_column_engraver"} 20 \context {\Staff \remove "Dot_column_engraver"}
21 \context {\Voice \consists "Dot_column_engraver"} 21 \context {\Voice \consists "Dot_column_engraver"}
22 }} 22 }}
LEFTRIGHT

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