Adjusting vertical positioning of lyric hyphens: Difference between revisions

Major syntax update, code formatting
Revert usage of `property-defaults`; this is only available starting with version 2.25.5.
Line 31: Line 31:


\paper {
\paper {
   property-defaults.fonts.serif = "Serif"
   #(define fonts
    (make-pango-font-tree
    "Serif"
    "Sans"
    "Monospace"
    (/ 20 20)))
}
}
</lilypond>
</lilypond>