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

Delta Between Two Patch Sets: ly/engraver-init.ly

Issue 7768043: rewrite Self_alignment_interface
Left Patch Set: change explanation comment Created 12 years ago
Right Patch Set: align MMR and perc.rep. stuff using xparents Created 12 years 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/spanner.cc ('k') | scm/define-grob-properties.scm » ('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 %%%% This file is part of LilyPond, the GNU music typesetter. 1 %%%% This file is part of LilyPond, the GNU music typesetter.
2 %%%% 2 %%%%
3 %%%% Copyright (C) 1996--2012 Han-Wen Nienhuys <hanwen@xs4all.nl> 3 %%%% Copyright (C) 1996--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
4 %%%% Jan Nieuwenhuizen <janneke@gnu.org> 4 %%%% Jan Nieuwenhuizen <janneke@gnu.org>
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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 pedalUnaCordaStrings = #'("una corda" "" "tre corde") 410 pedalUnaCordaStrings = #'("una corda" "" "tre corde")
411 \override VerticalAxisGroup.staff-affinity = #CENTER 411 \override VerticalAxisGroup.staff-affinity = #CENTER
412 \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = 412 \override VerticalAxisGroup.nonstaff-relatedstaff-spacing =
413 #'((basic-distance . 5) 413 #'((basic-distance . 5)
414 (padding . 0.5)) 414 (padding . 0.5))
415 \override TextScript.font-shape = #'italic 415 \override TextScript.font-shape = #'italic
416 \override DynamicLineSpanner.Y-offset = #0 416 \override DynamicLineSpanner.Y-offset = #0
417 \override DynamicLineSpanner.outside-staff-priority = ##f 417 \override DynamicLineSpanner.outside-staff-priority = ##f
418 \override DynamicText.outside-staff-priority = ##f 418 \override DynamicText.outside-staff-priority = ##f
419 \override Hairpin.outside-staff-priority = ##f 419 \override Hairpin.outside-staff-priority = ##f
420 \override DynamicText.X-offset =
421 #(ly:make-simple-closure
422 `(,+
423 ,(ly:make-simple-closure
424 (list ly:self-alignment-interface::centered-on-note-columns))
425 ,(ly:make-simple-closure
426 (list ly:self-alignment-interface::x-aligned-on-self))))
427 420
428 \description "Holds a single line of dynamics, which will be 421 \description "Holds a single line of dynamics, which will be
429 centered between the staves surrounding this context." 422 centered between the staves surrounding this context."
430 } 423 }
431 424
432 425
433 \context{ 426 \context{
434 \type "Engraver_group" 427 \type "Engraver_group"
435 428
436 \description "Corresponds to a voice with lyrics. Handles the 429 \description "Corresponds to a voice with lyrics. Handles the
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 1207
1215 RemoveEmptyRhythmicStaffContext = \context { 1208 RemoveEmptyRhythmicStaffContext = \context {
1216 \RhythmicStaff 1209 \RhythmicStaff
1217 \RemoveEmptyStaves 1210 \RemoveEmptyStaves
1218 } 1211 }
1219 1212
1220 RemoveEmptyTabStaffContext = \context { 1213 RemoveEmptyTabStaffContext = \context {
1221 \TabStaff 1214 \TabStaff
1222 \RemoveEmptyStaves 1215 \RemoveEmptyStaves
1223 } 1216 }
LEFTRIGHT

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