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

Delta Between Two Patch Sets: input/regression/skiptypesetting-all-true.ly

Issue 5626052: Gets vertical skylines from grob stencils (Closed)
Left Patch Set: Fixes makefile to point to correct file Created 13 years, 1 month ago
Right Patch Set: Run astyle on c++ files 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 \version "2.16.0" 1 \version "2.16.0"
2 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
3 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
4 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
5 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
6 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
7 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
8 #(ly:expect-warning (_ "system with empty extent")) 2 #(ly:expect-warning (_ "system with empty extent"))
9 #(ly:expect-warning (_ "didn't find a vertical alignment in this system")) 3 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
10 4
11 \header{ 5 \header{
12 texidoc = " 6 texidoc = "
13 A score with @code{skipTypesetting} set for the whole score 7 A score with @code{skipTypesetting} set for the whole score
14 will not segfault. 8 will not segfault.
15 " 9 "
16 } 10 }
17 11
18 12
19 { 13 {
20 \set Score.skipTypesetting = ##t 14 \set Score.skipTypesetting = ##t
21 c'4 15 c'4
22 } 16 }
23 17
LEFTRIGHT

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