Setting system separators: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
System separators can be inserted between systems. Any markup can be used, but <code>\slashSeparator</code> has been provided as a sensible default.
System separators can be inserted between systems. Any markup can be used, but <code>\slashSeparator</code> has been provided as a sensible default.


<lilypond version="2.24" full>
<lilypond version="2.24">
#(set-default-paper-size "a5")
 
\paper {
\paper {
   system-separator-markup = \slashSeparator
   system-separator-markup = \slashSeparator
  line-width = 120
   tagline = ##f
   tagline = ##f
}
}
Line 27: Line 28:
[[Category:Paper and layout]]
[[Category:Paper and layout]]
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Staff notation]][[Category:Snippet]]
[[Category:Staff notation]]
[[Category:Snippet]]