See the example called "alignment-order.ly" in the Regression Tests
document.
/Mats
Fairchild wrote:
The ly file below creates a single bar (ossia) below the main staff
line. How to position it above?
- Bruce
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.4.6"
\score {
\relative c'' {
| e1
<< { d } \context Ossia { b } >>
| e
} %end relative
\layout {
linewidth = 2.50\in
\context { \Score
\consists Span_bar_engraver
\remove System_start_delimiter_engraver
\accepts "Ossia" }
\context { \Staff
\name "Ossia"
\remove "Clef_engraver"
\remove "Time_signature_engraver"
\remove "Key_engraver" }
} %end layout
} %end score
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
------------------------------------------------------------------------
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user