Controlling formatting of prefatory items: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This example demonstrates how to place prefatory items (such as the clef and key signature) at the end of a line.
This example demonstrates how to place prefatory items (such as the clef and key signature) at the end of a line.


<lilypond version="2.24.0">
<lilypond version="2.24">
%% http://lsr.di.unimi.it/LSR/Item?id=166
 
 
\transpose c c' {
\transpose c c' {
   \override Staff.Clef.break-visibility = #end-of-line-visible
   \override Staff.Clef.break-visibility = #end-of-line-visible
Line 30: Line 27:
}
}
</lilypond>
</lilypond>
[[Category:Breaks]]
[[Category:Tweaks and overrides]]
[[Category:Snippet]]