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

Delta Between Two Patch Sets: input/regression/zero-staff-space.ly

Issue 6498052: bar-line interface part 2/2: New bar line definition standard (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: span bars start at x = 0; minor corrections Created 12 years, 7 months ago
Right Patch Set: use define-session-public for public alists Created 12 years, 6 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
LEFTRIGHT
1 \version "2.17.2" 1 \version "2.17.5"
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 }
LEFTRIGHT

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