I'm using komascript book, which if I understand aright calls stdlayouts.inc to get its basic parameters.
In one of the environments, (verse) i want a different vertical space between every line of the poems. I think each poem line is defined as a separate paragraph. So I decided to change parskip in stdlayouts.inc for the verse environmment. I put Style Verse # LaTeX type is first dynamic because of LaTeX implementation. # In LyX this does not make sense. Category MainText LatexType Environment LatexName verse Margin First_Dynamic NextNoIndent 1 LeftMargin MMMM LabelIndent MMMM ParSkip 0.05 TopSep 0.7 BottomSep 0.7 ParSep 0.3 Align Block AlignPossible Block, Left LabelType No_Label End But nothing happens, nothing at all. The original values I changed from were ParSkip 0.4 ParSep 0.5 Where is my logic wrong?