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

Delta Between Two Patch Sets: input/regression/hairpin-barline-break.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: 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/grob-tweak.ly ('k') | input/regression/hairpin-circled.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 \header { 1 \header {
2 2
3 texidoc = "If a hairpin ends on the first note of a new staff, we 3 texidoc = "If a hairpin ends on the first note of a new staff, we
4 do not print that ending. But on the previous line, this hairpin 4 do not print that ending. But on the previous line, this hairpin
5 should not be left open, and should end at the bar line. " 5 should not be left open, and should end at the bar line. "
6 } 6 }
7 7
8 \version "2.16.0" 8 \version "2.17.6"
9 9
10 \layout { 10 \layout {
11 line-width = 4.\cm 11 line-width = 4.\cm
12 } 12 }
13 13
14 \relative c' { 14 \relative c' {
15 c1\> 15 c1\>
16 \break 16 \break
17 c1\! 17 c1\!
18 \override Hairpin #'to-barline = ##f 18 \override Hairpin.to-barline = ##f
19 c1\> 19 c1\>
20 \break 20 \break
21 c1\! 21 c1\!
22 } 22 }
LEFTRIGHT

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