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

Side by Side Diff: input/regression/zero-staff-space.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/
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:
View unified diff | Download patch
« no previous file with comments | « input/regression/whiteout-lower-layers.ly ('k') | lily/footnote-engraver.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 \version "2.17.5" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc=" 4 texidoc="
5 Setting staff-space to 0 does not cause a segmentation fault. 5 Setting staff-space to 0 does not cause a segmentation fault.
6 " 6 "
7 } 7 }
8 8
9 \new Staff \with { 9 \new Staff \with {
10 \override StaffSymbol #'staff-space = #0 10 \override StaffSymbol.staff-space = #0
11 } { 11 } {
12 \relative c' { 12 \relative c' {
13 c1 \bar ":|." 13 c1 \bar ":|."
14 } 14 }
15 } 15 }
OLDNEW
« no previous file with comments | « input/regression/whiteout-lower-layers.ly ('k') | lily/footnote-engraver.cc » ('j') | no next file with comments »

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