Curly end barline: Difference between revisions

m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Decrease paper size so there is less white space between the rendered image and the code
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
% Credits: PPS on March 2015
% Credits: PPS on March 2015


\paper { tagline = ##f }
% Paper block variables can be removed
\paper {  
  #(set-paper-size '(cons (* 75 mm) (* 50 mm)))
  tagline = ##f  
}


endBarCurlyPath = \markup {
endBarCurlyPath = \markup {
Line 82: Line 86:
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Symbols and glyphs]]
[[Category:Symbols and glyphs]]
[[Category:Snippet]]