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

Delta Between Two Patch Sets: input/regression/hara-kiri-percent-repeat.ly

Issue 475041: Context mods stored in variable, can be inserted into \with or \context (Closed)
Left Patch Set: Created 15 years ago
Right Patch Set: Include Neils suggestions, fix version numbers, parse context_mod_list in initial state Created 15 years 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/hara-kiri-keep-previous-settings.ly ('k') | input/regression/hara-kiri-pianostaff.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.13.10" 1 \version "2.13.17"
2 2
3 \header { 3 \header {
4 texidoc = "Staves, RhythmicStaves, TabStaves and DrumStaves 4 texidoc = "Staves, RhythmicStaves, TabStaves and DrumStaves
5 with percent repeats are not suppressed." 5 with percent repeats are not suppressed."
6 } 6 }
7 7
8 << 8 <<
9 \new Staff { c''1 c'' \break c'' c'' } 9 \new Staff { c''1 c'' \break c'' c'' }
10 \new Staff \repeat percent 4 { c'1 } 10 \new Staff \repeat percent 4 { c'1 }
11 \new TabStaff \repeat percent 4 { c1 } 11 \new TabStaff \repeat percent 4 { c1 }
12 \new DrumStaff \drummode { \repeat percent 4 { hh1 } } 12 \new DrumStaff \drummode { \repeat percent 4 { hh1 } }
13 \new RhythmicStaff \repeat percent 4 { c'1 } 13 \new RhythmicStaff \repeat percent 4 { c'1 }
14 >> 14 >>
15 15
16 \layout { 16 \layout {
17 \context { \Staff \RemoveEmptyStaves } 17 \context { \Staff \RemoveEmptyStaves }
18 \context { \RhythmicStaff \RemoveEmptyStaves } 18 \context { \RhythmicStaff \RemoveEmptyStaves }
19 \context { \DrumStaff \RemoveEmptyStaves } 19 \context { \DrumStaff \RemoveEmptyStaves }
20 \context { \TabStaff \RemoveEmptyStaves } 20 \context { \TabStaff \RemoveEmptyStaves }
21 } 21 }
22
LEFTRIGHT

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