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

Delta Between Two Patch Sets: lily/script-interface.cc

Issue 5626052: Gets vertical skylines from grob stencils (Closed)
Left Patch Set: Adds nul skyline pair for elements without vertical skyline 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
« no previous file with change/comment | « lily/relocate.cc ('k') | lily/separation-item.cc » ('j') | lily/skyline.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 /* 1 /*
2 This file is part of LilyPond, the GNU music typesetter. 2 This file is part of LilyPond, the GNU music typesetter.
3 3
4 Copyright (C) 1999--2012 Han-Wen Nienhuys <hanwen@xs4all.nl> 4 Copyright (C) 1999--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
5 5
6 LilyPond is free software: you can redistribute it and/or modify 6 LilyPond is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or 8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version. 9 (at your option) any later version.
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 131
132 struct Text_script 132 struct Text_script
133 { 133 {
134 DECLARE_GROB_INTERFACE (); 134 DECLARE_GROB_INTERFACE ();
135 }; 135 };
136 136
137 ADD_INTERFACE (Text_script, 137 ADD_INTERFACE (Text_script,
138 "An object that is put above or below a note.", 138 "An object that is put above or below a note.",
139 139
140 /* properties */ 140 /* properties */
141 "add-stem-support "
142 "avoid-slur " 141 "avoid-slur "
143 "script-priority " 142 "script-priority "
144 "slur " 143 "slur "
145 ); 144 );
146 145
147 /* 146 /*
148 Hmm. Where should we put add-stem-support ? 147 Hmm. Where should we put add-stem-support ?
149 */ 148 */
150 ADD_INTERFACE (Script_interface, 149 ADD_INTERFACE (Script_interface,
151 "An object that is put above or below a note.", 150 "An object that is put above or below a note.",
152 151
153 /* properties */ 152 /* properties */
154 "add-stem-support "
155 "avoid-slur " 153 "avoid-slur "
156 "direction-source " 154 "direction-source "
157 "positioning-done " 155 "positioning-done "
158 "script-priority " 156 "script-priority "
159 "script-stencil " 157 "script-stencil "
160 "side-relative-direction " 158 "side-relative-direction "
161 "slur " 159 "slur "
162 "slur-padding " 160 "slur-padding "
163 "toward-stem-shift " 161 "toward-stem-shift "
164 ); 162 );
165 163
LEFTRIGHT

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