%%%% The stylesheet for LILYJAZZ music font and LILYJAZZ-TEXT font %%%% %%%% In order for this to work, this file's directory needs to %%%% be placed in LilyPond's path %%%% %%%% NOTE: If a change in the staff-size is needed, include %%%% this file after it, like: %%%% %%%% #(set-global-staff-size 17) %%%% \include "lilyjazz.ily" %%%% %%%% Copyright (C) 2014-2016 Abraham Lee (tisimst.lilyp...@gmail.com) \version "2.20.0" \paper { #(define fonts (set-global-fonts #:music "lilyjazz" #:brace "lilyjazz" #:roman "lilyjazz-text" #:sans "lilyjazz-chord" #:factor (/ staff-height pt 20) )) } \layout { \override Score.Hairpin.thickness = #2 \override Score.Stem.thickness = #2 \override Score.TupletBracket.thickness = #2 \override Score.VoltaBracket.thickness = #2 \override Score.SystemStartBar.thickness = #4 \override StaffGroup.SystemStartBracket.padding = #0.25 \override ChoirStaff.SystemStartBracket.padding = #0.25 %\override Staff.Tie.thickness = #3 \override Staff.Tie.line-thickness = #2 \override Staff.Slur.thickness = #3 \override Staff.PhrasingSlur.thickness = #3 \override Staff.BarLine.hair-thickness = #4 \override Staff.BarLine.thick-thickness = #8 \override Staff.MultiMeasureRest.hair-thickness = #3 \override Staff.MultiMeasureRestNumber.font-size = #2 \override LyricHyphen.thickness = #3 \override LyricExtender.thickness = #3 \override PianoPedalBracket.thickness = #2 } \defineBarLine "||-[|:" #'("||" "[|:" "[|:") %{ convert-ly (GNU LilyPond) 2.20.0 convert-ly: Traitement de « »... Conversion en cours : 2.19.16, 2.19.22, 2.19.24, 2.19.28, 2.19.29, 2.19.32, 2.19.40, 2.19.46, 2.19.49, 2.19.80, 2.20.0 %}
Hello everyone. Following the installation of lilypond 2.24, I find
myself on all stemDown stem files placed on the right of the notehead.
As I am using jazz fonts and the lilyjazz.ily file, I think the error
comes from this file. Here it is, if anyone finds an error, thank you
very much. Good day. Jean Pierre
- stem position achar
- Re: stem position Jean Abou Samra
- Re: stem position Jean-Pierre Achard