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

Delta Between Two Patch Sets: Documentation/notation/simultaneous.itely

Issue 321930043: Create engravers for merging rests
Left Patch Set: Created 6 years, 10 months ago
Right Patch Set: Make overlapped grobs invisible, update regression test for attached text, fix error Created 6 years, 10 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 | input/regression/merge-rests-engraver.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 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.19.29" 10 @c \version "2.19.29"
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 << 923 <<
924 \new Staff \with { 924 \new Staff \with {
925 instrumentName = "unmerged" 925 instrumentName = "unmerged"
926 } 926 }
927 << 927 <<
928 \new Voice { \voiceOne \voiceA } 928 \new Voice { \voiceOne \voiceA }
929 \new Voice { \voiceTwo \voiceB } 929 \new Voice { \voiceTwo \voiceB }
930 >> 930 >>
931 \new Staff \with { 931 \new Staff \with {
932 instrumentName = "merged" 932 instrumentName = "merged"
933 \consists #merge-rests-engraver 933 \consists #Merge_rests_engraver
934 \consists #merge-mmrests-engraver
935 } 934 }
936 << 935 <<
937 \new Voice { \voiceOne \voiceA } 936 \new Voice { \voiceOne \voiceA }
938 \new Voice { \voiceTwo \voiceB } 937 \new Voice { \voiceTwo \voiceB }
939 >> 938 >>
940 >> 939 >>
941 } 940 }
942 @end lilypond 941 @end lilypond
943 942
943 Setting the context property @code{suspendRestMerging} to @code{##t} allows for
944 turning off rest merging temporarily.
944 945
945 @node Automatic part combining 946 @node Automatic part combining
946 @unnumberedsubsubsec Automatic part combining 947 @unnumberedsubsubsec Automatic part combining
947 948
948 @cindex automatic part combining 949 @cindex automatic part combining
949 @cindex part combiner 950 @cindex part combiner
950 @cindex combining parts 951 @cindex combining parts
951 @cindex a due part 952 @cindex a due part
952 @cindex solo part 953 @cindex solo part
953 @funindex \partcombine 954 @funindex \partcombine
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 >> 1298 >>
1298 } 1299 }
1299 @end lilypond 1300 @end lilypond
1300 1301
1301 @seealso 1302 @seealso
1302 Learning Manual: 1303 Learning Manual:
1303 @rlearning{Organizing pieces with variables}. 1304 @rlearning{Organizing pieces with variables}.
1304 1305
1305 Snippets: 1306 Snippets:
1306 @rlsr{Simultaneous notes}. 1307 @rlsr{Simultaneous notes}.
LEFTRIGHT

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